GradientEdge CDK Utils
    Preparing search index...

    Interface AzureResourceNameFormatterProps

    Options to control the formatting of Azure resource names

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

    Properties

    exclude?: boolean

    When true, excludes both prefix and suffix from the formatted name

    globalPrefix?: boolean

    When true, includes the global prefix from stack props

    globalSuffix?: boolean

    When true, includes the global suffix from stack props

    prefix?: string

    Custom prefix for this specific resource name

    suffix?: string

    Custom suffix for this specific resource name