Class AWSCloudAuthPersonaMappingCreateAttributes

Attributes for creating an AWS cloud authentication persona mapping

Hierarchy

  • AWSCloudAuthPersonaMappingCreateAttributes

Constructors

Properties

accountIdentifier: string

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

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