AWS::DataZone::FormTypeCreate and manage form types in Amazon Datazone
6 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainIdentifier | string | RequiredCreate-only |
Model | Model | Required |
Name | string | RequiredCreate-only |
OwningProjectIdentifier | string | Required |
Description | string | |
Status | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp of when this Amazon DataZone metadata form type was created. |
CreatedBy | string | The user who created this Amazon DataZone metadata form type. |
DomainId | string | The ID of the Amazon DataZone domain in which this metadata form type is created. |
FormTypeIdentifier | string | The ID of this Amazon DataZone metadata form type. |
OwningProjectId | string | The ID of the project that owns this Amazon DataZone metadata form type. |
Revision | string | The revision of this Amazon DataZone metadata form type. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataZone::FormType
Resources:
MyResource:
Type: AWS::DataZone::FormType
Properties:
DomainIdentifier: "my-domainidentifier"
Model: {}
Name: "my-name"
OwningProjectIdentifier: "my-owningprojectidentifier"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:CreateFormTypedatazone:GetFormTypedatazone:GetFormTypedatazone:CreateFormTypedatazone:GetFormTypedatazone:DeleteFormTypedatazone:GetFormTypeOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainIdentifierName