We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 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 dictionaryThe following arguments are supported:
- Domain
Name string - Object
Type stringName
- Domain
Name string - Object
Type stringName
- domain
Name String - object
Type StringName
- domain
Name string - object
Type stringName
- domain_
name str - object_
type_ strname
- domain
Name String - object
Type StringName
getDomainObjectType Result
The following output properties are available:
- Created
At string - The timestamp of when the domain object type was created.
- Description string
- Encryption
Key string - Last
Updated stringAt - The timestamp of when the domain object type was most recently edited.
-
List<Pulumi.
Aws Native. Outputs. Tag>
- Created
At string - The timestamp of when the domain object type was created.
- Description string
- Encryption
Key string - Last
Updated stringAt - The timestamp of when the domain object type was most recently edited.
- Tag
- created
At String - The timestamp of when the domain object type was created.
- description String
- encryption
Key String - last
Updated StringAt - The timestamp of when the domain object type was most recently edited.
- List<Tag>
- created
At string - The timestamp of when the domain object type was created.
- description string
- encryption
Key string - last
Updated stringAt - The timestamp of when the domain object type was most recently edited.
- Tag[]
- created_
at str - The timestamp of when the domain object type was created.
- description str
- encryption_
key str - last_
updated_ strat - The timestamp of when the domain object type was most recently edited.
- Sequence[root_Tag]
- created
At String - The timestamp of when the domain object type was created.
- description String
- encryption
Key String - last
Updated StringAt - The timestamp of when the domain object type was most recently edited.
- List<Property Map>
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 2026 by Pulumi
