GradientEdge CDK Utils
    Preparing search index...

    Interface ResourceNameFormatterProps

    interface ResourceNameFormatterProps {
        exclude?: boolean;
        globalPrefix?: boolean;
        globalSuffix?: boolean;
        prefix?: string;
        suffix?: string;
    }
    Index

    Properties

    exclude?: boolean

    Whether to exclude the prefix and suffix from the formatted name

    globalPrefix?: boolean

    Whether to include the global prefix

    globalSuffix?: boolean

    Whether to include the global suffix

    prefix?: string

    Custom prefix to use instead of the default resource prefix

    suffix?: string

    Custom suffix to use instead of the default resource suffix