AWS Fundamentals Logo
AWS Fundamentals
AWS::DataZone::FormType

DataZone FormType

Create and manage form types in Amazon Datazone

Properties

6 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
DomainIdentifier
string
RequiredCreate-only
Model
Model
Required
Name
string
RequiredCreate-only
OwningProjectIdentifier
string
Required
Description
string
Status
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringThe timestamp of when this Amazon DataZone metadata form type was created.
CreatedBystringThe user who created this Amazon DataZone metadata form type.
DomainIdstringThe ID of the Amazon DataZone domain in which this metadata form type is created.
FormTypeIdentifierstringThe ID of this Amazon DataZone metadata form type.
OwningProjectIdstringThe ID of the project that owns this Amazon DataZone metadata form type.
RevisionstringThe revision of this Amazon DataZone metadata form type.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

datazone:CreateFormTypedatazone:GetFormType

read

datazone:GetFormType

update

datazone:CreateFormTypedatazone:GetFormType

delete

datazone:DeleteFormTypedatazone:GetFormType

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDataZone
Properties12
Required4
TaggingNot supported
Primary IDDomainIdentifier

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DomainIdentifierName

External Links