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

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.getOwner

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

    A owner can set up authorization permissions on their resources.

    Using getOwner

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getOwner(args: GetOwnerArgs, opts?: InvokeOptions): Promise<GetOwnerResult>
    function getOwnerOutput(args: GetOwnerOutputArgs, opts?: InvokeOptions): Output<GetOwnerResult>
    def get_owner(domain_identifier: Optional[str] = None,
                  entity_identifier: Optional[str] = None,
                  entity_type: Optional[OwnerEntityType] = None,
                  owner_identifier: Optional[str] = None,
                  owner_type: Optional[OwnerType] = None,
                  opts: Optional[InvokeOptions] = None) -> GetOwnerResult
    def get_owner_output(domain_identifier: Optional[pulumi.Input[str]] = None,
                  entity_identifier: Optional[pulumi.Input[str]] = None,
                  entity_type: Optional[pulumi.Input[OwnerEntityType]] = None,
                  owner_identifier: Optional[pulumi.Input[str]] = None,
                  owner_type: Optional[pulumi.Input[OwnerType]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetOwnerResult]
    func LookupOwner(ctx *Context, args *LookupOwnerArgs, opts ...InvokeOption) (*LookupOwnerResult, error)
    func LookupOwnerOutput(ctx *Context, args *LookupOwnerOutputArgs, opts ...InvokeOption) LookupOwnerResultOutput

    > Note: This function is named LookupOwner in the Go SDK.

    public static class GetOwner 
    {
        public static Task<GetOwnerResult> InvokeAsync(GetOwnerArgs args, InvokeOptions? opts = null)
        public static Output<GetOwnerResult> Invoke(GetOwnerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOwnerResult> getOwner(GetOwnerArgs args, InvokeOptions options)
    public static Output<GetOwnerResult> getOwner(GetOwnerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:datazone:getOwner
      arguments:
        # arguments dictionary

    The following arguments are supported:

    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.
    OwnerIdentifier string
    The ID of the entity to which you want to add an owner.
    OwnerType Pulumi.AwsNative.DataZone.OwnerType
    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.
    OwnerIdentifier string
    The ID of the entity to which you want to add an owner.
    OwnerType OwnerType
    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.
    ownerIdentifier String
    The ID of the entity to which you want to add an owner.
    ownerType OwnerType
    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.
    ownerIdentifier string
    The ID of the entity to which you want to add an owner.
    ownerType OwnerType
    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_identifier str
    The ID of the entity to which you want to add an owner.
    owner_type OwnerType
    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.
    ownerIdentifier String
    The ID of the entity to which you want to add an owner.
    ownerType "USER" | "GROUP"
    The owner that you want to add to the entity.

    getOwner Result

    The following output properties are available:

    OwnerIdentifier string
    The ID of the entity to which you want to add an owner.
    OwnerType Pulumi.AwsNative.DataZone.OwnerType
    The owner that you want to add to the entity.
    OwnerIdentifier string
    The ID of the entity to which you want to add an owner.
    OwnerType OwnerType
    The owner that you want to add to the entity.
    ownerIdentifier String
    The ID of the entity to which you want to add an owner.
    ownerType OwnerType
    The owner that you want to add to the entity.
    ownerIdentifier string
    The ID of the entity to which you want to add an owner.
    ownerType OwnerType
    The owner that you want to add to the entity.
    owner_identifier str
    The ID of the entity to which you want to add an owner.
    owner_type OwnerType
    The owner that you want to add to the entity.
    ownerIdentifier String
    The ID of the entity to which you want to add an owner.
    ownerType "USER" | "GROUP"
    The owner that you want to add to the entity.

    Supporting Types

    OwnerEntityType

    OwnerType

    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