We recommend new projects start with resources from the AWS provider.
aws-native.datazone.Owner
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
A owner can set up authorization permissions on their resources.
Create Owner Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Owner(name: string, args: OwnerArgs, opts?: CustomResourceOptions);
@overload
def Owner(resource_name: str,
args: OwnerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Owner(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_identifier: Optional[str] = None,
entity_identifier: Optional[str] = None,
entity_type: Optional[OwnerEntityType] = None,
owner: Optional[OwnerPropertiesArgs] = None)
func NewOwner(ctx *Context, name string, args OwnerArgs, opts ...ResourceOption) (*Owner, error)
public Owner(string name, OwnerArgs args, CustomResourceOptions? opts = null)
type: aws-native:datazone:Owner
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 OwnerArgs
- 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 OwnerArgs
- 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 OwnerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OwnerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OwnerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Owner 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 Owner resource accepts the following input properties:
- Domain
Identifier string - The ID of the domain in which you want to add the entity owner.
- Entity
Identifier string - The ID of the entity to which you want to add an owner.
- Entity
Type Pulumi.Aws Native. Data Zone. Owner Entity Type - The type of an entity.
- Owner
Value Pulumi.Aws Native. Data Zone. Inputs. Owner Properties - The owner that you want to add to the entity.
- Domain
Identifier string - The ID of the domain in which you want to add the entity owner.
- Entity
Identifier string - The ID of the entity to which you want to add an owner.
- Entity
Type OwnerEntity Type - The type of an entity.
- Owner
Owner
Properties Args - The owner that you want to add to the entity.
- domain
Identifier String - The ID of the domain in which you want to add the entity owner.
- entity
Identifier String - The ID of the entity to which you want to add an owner.
- entity
Type OwnerEntity Type - The type of an entity.
- owner
Owner
Properties - The owner that you want to add to the entity.
- domain
Identifier string - The ID of the domain in which you want to add the entity owner.
- entity
Identifier string - The ID of the entity to which you want to add an owner.
- entity
Type OwnerEntity Type - The type of an entity.
- owner
Owner
Properties - The owner that you want to add to the entity.
- domain_
identifier str - The ID of the domain in which you want to add the entity owner.
- entity_
identifier str - The ID of the entity to which you want to add an owner.
- entity_
type OwnerEntity Type - The type of an entity.
- owner
Owner
Properties Args - The owner that you want to add to the entity.
- domain
Identifier String - The ID of the domain in which you want to add the entity owner.
- entity
Identifier String - The ID of the entity to which you want to add an owner.
- entity
Type "DOMAIN_UNIT" - The type of an entity.
- owner Property Map
- The owner that you want to add to the entity.
Outputs
All input properties are implicitly available as output properties. Additionally, the Owner resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
OwnerEntityType, OwnerEntityTypeArgs
- Domain
Unit - DOMAIN_UNIT
- Owner
Entity Type Domain Unit - DOMAIN_UNIT
- Domain
Unit - DOMAIN_UNIT
- Domain
Unit - DOMAIN_UNIT
- DOMAIN_UNIT
- DOMAIN_UNIT
- "DOMAIN_UNIT"
- 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.