GradientEdge CDK Utils
    Preparing search index...

    Properties for creating an Azure Load Testing resource.

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

    Hierarchy

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

    Description of the resource.

    encryption?: Input<EncryptionPropertiesArgs>

    CMK Encryption property.

    identity?: Input<ManagedServiceIdentityArgs>

    The managed service identities assigned to this resource.

    loadTestName?: Input<string>

    Load Test name

    location?: Input<string>

    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> }>

    Resource tags.