Sélectionner vos préférences de cookies

Nous utilisons des cookies essentiels et des outils similaires qui sont nécessaires au fonctionnement de notre site et à la fourniture de nos services. Nous utilisons des cookies de performance pour collecter des statistiques anonymes afin de comprendre comment les clients utilisent notre site et d’apporter des améliorations. Les cookies essentiels ne peuvent pas être désactivés, mais vous pouvez cliquer sur « Personnaliser » ou « Refuser » pour refuser les cookies de performance.

Si vous êtes d’accord, AWS et les tiers approuvés utiliseront également des cookies pour fournir des fonctionnalités utiles au site, mémoriser vos préférences et afficher du contenu pertinent, y compris des publicités pertinentes. Pour accepter ou refuser tous les cookies non essentiels, cliquez sur « Accepter » ou « Refuser ». Pour effectuer des choix plus détaillés, cliquez sur « Personnaliser ».

AWS::DataZone::Domain

Mode de mise au point

Sur cette page

AWS::DataZone::Domain - AWS CloudFormation
Cette page n'a pas été traduite dans votre langue. Demande de traduction
Filtrer la vue

The AWS::DataZone::Domainresource specifies an Amazon DataZone domain. You can use domains to organize your assets, users, and their projects.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::DataZone::Domain", "Properties" : { "Description" : String, "DomainExecutionRole" : String, "KmsKeyIdentifier" : String, "Name" : String, "SingleSignOn" : SingleSignOn, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::DataZone::Domain Properties: Description: String DomainExecutionRole: String KmsKeyIdentifier: String Name: String SingleSignOn: SingleSignOn Tags: - Tag

Properties

Description

The description of the Amazon DataZone domain.

Required: No

Type: String

Update requires: No interruption

DomainExecutionRole

The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the AWS account that houses the Amazon DataZone domain.

Required: Yes

Type: String

Pattern: ^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$

Update requires: No interruption

KmsKeyIdentifier

The identifier of the AWS Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.

Required: No

Type: String

Pattern: ^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$

Minimum: 1

Maximum: 1024

Update requires: Replacement

Name

The name of the Amazon DataZone domain.

Required: Yes

Type: String

Update requires: No interruption

SingleSignOn

The single sign-on details in Amazon DataZone.

Required: No

Type: SingleSignOn

Update requires: No interruption

Tags

The tags specified for the Amazon DataZone domain.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ID of the Amazon DataZone domain.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The ARN of the Amazon DataZone domain.

CreatedAt

A timestamp of when a Amazon DataZone domain was created.

Id

The ID of the Amazon DataZone domain.

LastUpdatedAt

A timestamp of when a Amazon DataZone domain was last updated.

ManagedAccountId

The identifier of the AWS account that manages the domain.

PortalUrl

The data portal URL for the Amazon DataZone domain.

Status

The status of the Amazon DataZone domain.

Rubrique suivante :

SingleSignOn

Rubrique précédente :

ScheduleConfiguration
ConfidentialitéConditions d'utilisation du sitePréférences de cookies
© 2025, Amazon Web Services, Inc. ou ses affiliés. Tous droits réservés.