UNPKG

@datadog/datadog-api-client

Version:
41 lines 1.28 kB
"use strict"; /** * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020-Present Datadog, Inc. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AWSCloudAuthPersonaMappingCreateAttributes = void 0; /** * Attributes for creating an AWS cloud authentication persona mapping */ class AWSCloudAuthPersonaMappingCreateAttributes { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AWSCloudAuthPersonaMappingCreateAttributes.attributeTypeMap; } } exports.AWSCloudAuthPersonaMappingCreateAttributes = AWSCloudAuthPersonaMappingCreateAttributes; /** * @ignore */ AWSCloudAuthPersonaMappingCreateAttributes.attributeTypeMap = { accountIdentifier: { baseName: "account_identifier", type: "string", required: true, }, arnPattern: { baseName: "arn_pattern", type: "string", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AWSCloudAuthPersonaMappingCreateAttributes.js.map