GradientEdge CDK Utils
    Preparing search index...
    interface ManagementPolicyProps {
        accountName: Input<string>;
        managementPolicyName?: Input<string>;
        policy: Input<ManagementPolicySchemaArgs>;
        resourceGroupName: Input<string>;
    }

    Hierarchy

    • ManagementPolicyArgs
      • ManagementPolicyProps
    Index

    Properties

    accountName: Input<string>

    The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

    managementPolicyName?: Input<string>

    The name of the Storage Account Management Policy. It should always be 'default'

    policy: Input<ManagementPolicySchemaArgs>

    The Storage Account ManagementPolicy, in JSON format. See more details in: https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview.

    resourceGroupName: Input<string>

    The name of the resource group within the user's subscription. The name is case insensitive.