Class AWSCloudAuthPersonaMappingAttributesResponse

Attributes for AWS cloud authentication persona mapping response

Hierarchy

  • AWSCloudAuthPersonaMappingAttributesResponse

Constructors

Properties

accountIdentifier: string

Datadog account identifier (email or handle) mapped to the AWS principal

accountUuid: string

Datadog account UUID

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
arnPattern: string

AWS IAM ARN pattern to match for authentication

Generated using TypeDoc