GradientEdge CDK Utils
    Preparing search index...
    interface AppConfigurationProps {
        configStoreName?: Input<string>;
        createMode?: Input<CreateMode>;
        dataPlaneProxy?: Input<DataPlaneProxyPropertiesArgs>;
        disableLocalAuth?: Input<boolean>;
        enablePurgeProtection?: Input<boolean>;
        encryption?: Input<EncryptionPropertiesArgs>;
        identity?: Input<ResourceIdentityArgs>;
        location?: Input<string>;
        publicNetworkAccess?: Input<string>;
        resourceGroupName: Input<string>;
        sku: Input<SkuArgs>;
        softDeleteRetentionInDays?: Input<number>;
        tags?: Input<{ [key: string]: Input<string> }>;
    }

    Hierarchy

    • ConfigurationStoreArgs
      • AppConfigurationProps
    Index

    Properties

    configStoreName?: Input<string>

    The name of the configuration store.

    createMode?: Input<CreateMode>

    Indicates whether the configuration store need to be recovered.

    dataPlaneProxy?: Input<DataPlaneProxyPropertiesArgs>

    Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM).

    disableLocalAuth?: Input<boolean>

    Disables all authentication methods other than AAD authentication.

    enablePurgeProtection?: Input<boolean>

    Property specifying whether protection against purge is enabled for this configuration store.

    encryption?: Input<EncryptionPropertiesArgs>

    The encryption settings of the configuration store.

    identity?: Input<ResourceIdentityArgs>

    The managed identity information, if configured.

    location?: Input<string>

    The geo-location where the resource lives

    publicNetworkAccess?: Input<string>

    Control permission for data plane traffic coming from public networks while private endpoint is enabled.

    resourceGroupName: Input<string>

    The name of the resource group to which the container registry belongs.

    sku: Input<SkuArgs>

    The sku of the configuration store.

    softDeleteRetentionInDays?: Input<number>

    The amount of time in days that the configuration store will be retained when it is soft deleted.

    tags?: Input<{ [key: string]: Input<string> }>

    Resource tags.