1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. customerprofiles
  6. getDomainObjectType

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

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi

    Resource Type definition for AWS::CustomerProfiles::DomainObjectType

    Using getDomainObjectType

    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 getDomainObjectType(args: GetDomainObjectTypeArgs, opts?: InvokeOptions): Promise<GetDomainObjectTypeResult>
    function getDomainObjectTypeOutput(args: GetDomainObjectTypeOutputArgs, opts?: InvokeOptions): Output<GetDomainObjectTypeResult>
    def get_domain_object_type(domain_name: Optional[str] = None,
                               object_type_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetDomainObjectTypeResult
    def get_domain_object_type_output(domain_name: pulumi.Input[Optional[str]] = None,
                               object_type_name: pulumi.Input[Optional[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetDomainObjectTypeResult]
    func LookupDomainObjectType(ctx *Context, args *LookupDomainObjectTypeArgs, opts ...InvokeOption) (*LookupDomainObjectTypeResult, error)
    func LookupDomainObjectTypeOutput(ctx *Context, args *LookupDomainObjectTypeOutputArgs, opts ...InvokeOption) LookupDomainObjectTypeResultOutput

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

    public static class GetDomainObjectType 
    {
        public static Task<GetDomainObjectTypeResult> InvokeAsync(GetDomainObjectTypeArgs args, InvokeOptions? opts = null)
        public static Output<GetDomainObjectTypeResult> Invoke(GetDomainObjectTypeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDomainObjectTypeResult> getDomainObjectType(GetDomainObjectTypeArgs args, InvokeOptions options)
    public static Output<GetDomainObjectTypeResult> getDomainObjectType(GetDomainObjectTypeArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:customerprofiles:getDomainObjectType
      arguments:
        # arguments dictionary
    data "aws-native_customerprofiles_getdomainobjecttype" "name" {
        # arguments
    }

    The following arguments are supported:

    getDomainObjectType Result

    The following output properties are available:

    CreatedAt string
    The timestamp of when the domain object type was created.
    Description string
    EncryptionKey string
    LastUpdatedAt string
    The timestamp of when the domain object type was most recently edited.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    CreatedAt string
    The timestamp of when the domain object type was created.
    Description string
    EncryptionKey string
    LastUpdatedAt string
    The timestamp of when the domain object type was most recently edited.
    Tags Tag
    created_at string
    The timestamp of when the domain object type was created.
    description string
    encryption_key string
    last_updated_at string
    The timestamp of when the domain object type was most recently edited.
    tags list(object)
    createdAt String
    The timestamp of when the domain object type was created.
    description String
    encryptionKey String
    lastUpdatedAt String
    The timestamp of when the domain object type was most recently edited.
    tags List<Tag>
    createdAt string
    The timestamp of when the domain object type was created.
    description string
    encryptionKey string
    lastUpdatedAt string
    The timestamp of when the domain object type was most recently edited.
    tags Tag[]
    created_at str
    The timestamp of when the domain object type was created.
    description str
    encryption_key str
    last_updated_at str
    The timestamp of when the domain object type was most recently edited.
    tags Sequence[root_Tag]
    createdAt String
    The timestamp of when the domain object type was created.
    description String
    encryptionKey String
    lastUpdatedAt String
    The timestamp of when the domain object type was most recently edited.
    tags List<Property Map>

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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.

    Viewing docs for AWS Cloud Control v1.66.0
    published on Monday, May 18, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.