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

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

AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi

aws-native.datazone.Owner

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi

    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)
    public Owner(String name, OwnerArgs args)
    public Owner(String name, OwnerArgs args, CustomResourceOptions options)
    
    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:

    DomainIdentifier string
    The ID of the domain in which you want to add the entity owner.
    EntityIdentifier string
    The ID of the entity to which you want to add an owner.
    EntityType Pulumi.AwsNative.DataZone.OwnerEntityType
    The type of an entity.
    OwnerValue Pulumi.AwsNative.DataZone.Inputs.OwnerProperties
    The owner that you want to add to the entity.
    DomainIdentifier string
    The ID of the domain in which you want to add the entity owner.
    EntityIdentifier string
    The ID of the entity to which you want to add an owner.
    EntityType OwnerEntityType
    The type of an entity.
    Owner OwnerPropertiesArgs
    The owner that you want to add to the entity.
    domainIdentifier String
    The ID of the domain in which you want to add the entity owner.
    entityIdentifier String
    The ID of the entity to which you want to add an owner.
    entityType OwnerEntityType
    The type of an entity.
    owner OwnerProperties
    The owner that you want to add to the entity.
    domainIdentifier string
    The ID of the domain in which you want to add the entity owner.
    entityIdentifier string
    The ID of the entity to which you want to add an owner.
    entityType OwnerEntityType
    The type of an entity.
    owner OwnerProperties
    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 OwnerEntityType
    The type of an entity.
    owner OwnerPropertiesArgs
    The owner that you want to add to the entity.
    domainIdentifier String
    The ID of the domain in which you want to add the entity owner.
    entityIdentifier String
    The ID of the entity to which you want to add an owner.
    entityType "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

    DomainUnit
    DOMAIN_UNIT
    OwnerEntityTypeDomainUnit
    DOMAIN_UNIT
    DomainUnit
    DOMAIN_UNIT
    DomainUnit
    DOMAIN_UNIT
    DOMAIN_UNIT
    DOMAIN_UNIT
    "DOMAIN_UNIT"
    DOMAIN_UNIT

    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.28.0 published on Monday, May 19, 2025 by Pulumi