GradientEdge CDK Utils
    Preparing search index...

    Properties for creating an Azure Load Testing resource.

    interface LoadTestProps {
        description?: Input<string | undefined>;
        encryption?: Input<EncryptionPropertiesArgs | undefined>;
        identity?: Input<ManagedServiceIdentityArgs | undefined>;
        loadTestName?: Input<string | undefined>;
        location?: Input<string | undefined>;
        resourceGroupName: Input<string>;
        tags?: Input<{ [key: string]: Input<string> } | undefined>;
    }

    Hierarchy

    • LoadTestArgs
      • LoadTestProps
    Index
    description?: Input<string | undefined>

    Description of the resource.

    encryption?: Input<EncryptionPropertiesArgs | undefined>

    CMK Encryption property.

    identity?: Input<ManagedServiceIdentityArgs | undefined>

    The managed service identities assigned to this resource.

    loadTestName?: Input<string | undefined>

    Load Test name

    location?: Input<string | undefined>

    The geo-location where the resource lives

    resourceGroupName: Input<string>

    The name of the resource group. The name is case insensitive.

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

    Resource tags.