GradientEdge CDK Utils
    Preparing search index...

    Interface AzureResourceNameFormatterProps

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

    Properties

    exclude?: boolean
    globalPrefix?: boolean
    globalSuffix?: boolean
    prefix?: string
    suffix?: string