GradientEdge CDK Utils
    Preparing search index...
    interface KeyVaultProps {
        location?: Input<string>;
        properties: Input<VaultPropertiesArgs>;
        resourceGroupName: Input<string>;
        tags?: Input<{ [key: string]: Input<string> }>;
        vaultName?: Input<string>;
    }

    Hierarchy

    • VaultArgs
      • KeyVaultProps
    Index

    Properties

    location?: Input<string>

    The supported Azure location where the key vault should be created.

    properties: Input<VaultPropertiesArgs>

    Properties of the vault

    resourceGroupName: Input<string>

    The name of the Resource Group to which the server belongs.

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

    The tags that will be assigned to the key vault.

    vaultName?: Input<string>

    Name of the vault