We recommend new projects start with resources from the AWS provider.
aws-native.datazone.DomainUnit
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
A domain unit enables you to easily organize your assets and other domain entities under specific business units and teams.
Create DomainUnit Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DomainUnit(name: string, args: DomainUnitArgs, opts?: CustomResourceOptions);
@overload
def DomainUnit(resource_name: str,
args: DomainUnitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DomainUnit(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_identifier: Optional[str] = None,
parent_domain_unit_identifier: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None)
func NewDomainUnit(ctx *Context, name string, args DomainUnitArgs, opts ...ResourceOption) (*DomainUnit, error)
public DomainUnit(string name, DomainUnitArgs args, CustomResourceOptions? opts = null)
public DomainUnit(String name, DomainUnitArgs args)
public DomainUnit(String name, DomainUnitArgs args, CustomResourceOptions options)
type: aws-native:datazone:DomainUnit
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 DomainUnitArgs
- 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 DomainUnitArgs
- 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 DomainUnitArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainUnitArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainUnitArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DomainUnit 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 DomainUnit resource accepts the following input properties:
- Domain
Identifier string - The ID of the domain where you want to create a domain unit.
- Parent
Domain stringUnit Identifier - The ID of the parent domain unit.
- Description string
- The description of the domain unit.
- Name string
- The name of the domain unit.
- Domain
Identifier string - The ID of the domain where you want to create a domain unit.
- Parent
Domain stringUnit Identifier - The ID of the parent domain unit.
- Description string
- The description of the domain unit.
- Name string
- The name of the domain unit.
- domain
Identifier String - The ID of the domain where you want to create a domain unit.
- parent
Domain StringUnit Identifier - The ID of the parent domain unit.
- description String
- The description of the domain unit.
- name String
- The name of the domain unit.
- domain
Identifier string - The ID of the domain where you want to create a domain unit.
- parent
Domain stringUnit Identifier - The ID of the parent domain unit.
- description string
- The description of the domain unit.
- name string
- The name of the domain unit.
- domain_
identifier str - The ID of the domain where you want to create a domain unit.
- parent_
domain_ strunit_ identifier - The ID of the parent domain unit.
- description str
- The description of the domain unit.
- name str
- The name of the domain unit.
- domain
Identifier String - The ID of the domain where you want to create a domain unit.
- parent
Domain StringUnit Identifier - The ID of the parent domain unit.
- description String
- The description of the domain unit.
- name String
- The name of the domain unit.
Outputs
All input properties are implicitly available as output properties. Additionally, the DomainUnit resource produces the following output properties:
- Aws
Id string - The ID of the domain unit.
- Created
At string - The timestamp at which the domain unit was created.
- Domain
Id string - The ID of the domain where the domain unit was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- The identifier of the domain unit that you want to get.
- Last
Updated stringAt - The timestamp at which the domain unit was last updated.
- Parent
Domain stringUnit Id - The ID of the parent domain unit.
- Aws
Id string - The ID of the domain unit.
- Created
At string - The timestamp at which the domain unit was created.
- Domain
Id string - The ID of the domain where the domain unit was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- The identifier of the domain unit that you want to get.
- Last
Updated stringAt - The timestamp at which the domain unit was last updated.
- Parent
Domain stringUnit Id - The ID of the parent domain unit.
- aws
Id String - The ID of the domain unit.
- created
At String - The timestamp at which the domain unit was created.
- domain
Id String - The ID of the domain where the domain unit was created.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- The identifier of the domain unit that you want to get.
- last
Updated StringAt - The timestamp at which the domain unit was last updated.
- parent
Domain StringUnit Id - The ID of the parent domain unit.
- aws
Id string - The ID of the domain unit.
- created
At string - The timestamp at which the domain unit was created.
- domain
Id string - The ID of the domain where the domain unit was created.
- id string
- The provider-assigned unique ID for this managed resource.
- identifier string
- The identifier of the domain unit that you want to get.
- last
Updated stringAt - The timestamp at which the domain unit was last updated.
- parent
Domain stringUnit Id - The ID of the parent domain unit.
- aws_
id str - The ID of the domain unit.
- created_
at str - The timestamp at which the domain unit was created.
- domain_
id str - The ID of the domain where the domain unit was created.
- id str
- The provider-assigned unique ID for this managed resource.
- identifier str
- The identifier of the domain unit that you want to get.
- last_
updated_ strat - The timestamp at which the domain unit was last updated.
- parent_
domain_ strunit_ id - The ID of the parent domain unit.
- aws
Id String - The ID of the domain unit.
- created
At String - The timestamp at which the domain unit was created.
- domain
Id String - The ID of the domain where the domain unit was created.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- The identifier of the domain unit that you want to get.
- last
Updated StringAt - The timestamp at which the domain unit was last updated.
- parent
Domain StringUnit Id - The ID of the parent domain unit.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.