1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. datazone
  5. FormType

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi

aws-native.datazone.FormType

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi

    Create and manage form types in Amazon Datazone

    Create FormType Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new FormType(name: string, args: FormTypeArgs, opts?: CustomResourceOptions);
    @overload
    def FormType(resource_name: str,
                 args: FormTypeArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def FormType(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 domain_identifier: Optional[str] = None,
                 model: Optional[FormTypeModelArgs] = None,
                 owning_project_identifier: Optional[str] = None,
                 description: Optional[str] = None,
                 name: Optional[str] = None,
                 status: Optional[FormTypeStatus] = None)
    func NewFormType(ctx *Context, name string, args FormTypeArgs, opts ...ResourceOption) (*FormType, error)
    public FormType(string name, FormTypeArgs args, CustomResourceOptions? opts = null)
    public FormType(String name, FormTypeArgs args)
    public FormType(String name, FormTypeArgs args, CustomResourceOptions options)
    
    type: aws-native:datazone:FormType
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args FormTypeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args FormTypeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args FormTypeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FormTypeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FormTypeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    FormType Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The FormType resource accepts the following input properties:

    DomainIdentifier string
    The ID of the Amazon DataZone domain in which this metadata form type is created.
    Model Pulumi.AwsNative.DataZone.Inputs.FormTypeModel
    The model of this Amazon DataZone metadata form type.
    OwningProjectIdentifier string
    The ID of the Amazon DataZone project that owns this metadata form type.
    Description string
    The description of this Amazon DataZone metadata form type.
    Name string
    The name of this Amazon DataZone metadata form type.
    Status Pulumi.AwsNative.DataZone.FormTypeStatus
    The status of this Amazon DataZone metadata form type.
    DomainIdentifier string
    The ID of the Amazon DataZone domain in which this metadata form type is created.
    Model FormTypeModelArgs
    The model of this Amazon DataZone metadata form type.
    OwningProjectIdentifier string
    The ID of the Amazon DataZone project that owns this metadata form type.
    Description string
    The description of this Amazon DataZone metadata form type.
    Name string
    The name of this Amazon DataZone metadata form type.
    Status FormTypeStatus
    The status of this Amazon DataZone metadata form type.
    domainIdentifier String
    The ID of the Amazon DataZone domain in which this metadata form type is created.
    model FormTypeModel
    The model of this Amazon DataZone metadata form type.
    owningProjectIdentifier String
    The ID of the Amazon DataZone project that owns this metadata form type.
    description String
    The description of this Amazon DataZone metadata form type.
    name String
    The name of this Amazon DataZone metadata form type.
    status FormTypeStatus
    The status of this Amazon DataZone metadata form type.
    domainIdentifier string
    The ID of the Amazon DataZone domain in which this metadata form type is created.
    model FormTypeModel
    The model of this Amazon DataZone metadata form type.
    owningProjectIdentifier string
    The ID of the Amazon DataZone project that owns this metadata form type.
    description string
    The description of this Amazon DataZone metadata form type.
    name string
    The name of this Amazon DataZone metadata form type.
    status FormTypeStatus
    The status of this Amazon DataZone metadata form type.
    domain_identifier str
    The ID of the Amazon DataZone domain in which this metadata form type is created.
    model FormTypeModelArgs
    The model of this Amazon DataZone metadata form type.
    owning_project_identifier str
    The ID of the Amazon DataZone project that owns this metadata form type.
    description str
    The description of this Amazon DataZone metadata form type.
    name str
    The name of this Amazon DataZone metadata form type.
    status FormTypeStatus
    The status of this Amazon DataZone metadata form type.
    domainIdentifier String
    The ID of the Amazon DataZone domain in which this metadata form type is created.
    model Property Map
    The model of this Amazon DataZone metadata form type.
    owningProjectIdentifier String
    The ID of the Amazon DataZone project that owns this metadata form type.
    description String
    The description of this Amazon DataZone metadata form type.
    name String
    The name of this Amazon DataZone metadata form type.
    status "ENABLED" | "DISABLED"
    The status of this Amazon DataZone metadata form type.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FormType resource produces the following output properties:

    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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.
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    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.
    created_at str
    The timestamp of when this Amazon DataZone metadata form type was created.
    created_by str
    The user who created this Amazon DataZone metadata form type.
    domain_id str
    The ID of the Amazon DataZone domain in which this metadata form type is created.
    form_type_identifier str
    The ID of this Amazon DataZone metadata form type.
    id str
    The provider-assigned unique ID for this managed resource.
    owning_project_id str
    The ID of the project that owns this Amazon DataZone metadata form type.
    revision str
    The revision of this Amazon DataZone metadata form type.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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.

    Supporting Types

    FormTypeModel, FormTypeModelArgs

    Smithy string
    Smithy string
    smithy String
    smithy string
    smithy str
    smithy String

    FormTypeStatus, FormTypeStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    FormTypeStatusEnabled
    ENABLED
    FormTypeStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate