GradientEdge CDK Utils
    Preparing search index...
    interface ResourceGroupProps {
        location?: Input<string>;
        managedBy?: Input<string>;
        resourceGroupName?: Input<string>;
        tags?: Input<{ [key: string]: Input<string> }>;
    }

    Hierarchy

    • ResourceGroupArgs
      • ResourceGroupProps
    Index

    Properties

    location?: Input<string>

    The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations.

    managedBy?: Input<string>

    The ID of the resource that manages this resource group.

    resourceGroupName?: Input<string>

    The name of the resource group to create or update. Can include alphanumeric, underscore, parentheses, hyphen, period (except at end), and Unicode characters that match the allowed characters.

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

    The tags attached to the resource group.