aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.customerprofiles.getDomain

A domain defined for 3rd party data source in Profile Service

Using getDomain

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 getDomain(args: GetDomainArgs, opts?: InvokeOptions): Promise<GetDomainResult>
function getDomainOutput(args: GetDomainOutputArgs, opts?: InvokeOptions): Output<GetDomainResult>
def get_domain(domain_name: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetDomainResult
def get_domain_output(domain_name: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetDomainResult]
func LookupDomain(ctx *Context, args *LookupDomainArgs, opts ...InvokeOption) (*LookupDomainResult, error)
func LookupDomainOutput(ctx *Context, args *LookupDomainOutputArgs, opts ...InvokeOption) LookupDomainResultOutput

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

public static class GetDomain 
{
    public static Task<GetDomainResult> InvokeAsync(GetDomainArgs args, InvokeOptions? opts = null)
    public static Output<GetDomainResult> Invoke(GetDomainInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDomainResult> getDomain(GetDomainArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:customerprofiles:getDomain
  arguments:
    # arguments dictionary

The following arguments are supported:

DomainName string

The unique name of the domain.

DomainName string

The unique name of the domain.

domainName String

The unique name of the domain.

domainName string

The unique name of the domain.

domain_name str

The unique name of the domain.

domainName String

The unique name of the domain.

getDomain Result

The following output properties are available:

CreatedAt string

The time of this integration got created

DeadLetterQueueUrl string

The URL of the SQS dead letter queue

DefaultEncryptionKey string

The default encryption key

DefaultExpirationDays int

The default number of days until the data within the domain expires.

LastUpdatedAt string

The time of this integration got last updated at

Tags List<Pulumi.AwsNative.CustomerProfiles.Outputs.DomainTag>

The tags (keys and values) associated with the domain

CreatedAt string

The time of this integration got created

DeadLetterQueueUrl string

The URL of the SQS dead letter queue

DefaultEncryptionKey string

The default encryption key

DefaultExpirationDays int

The default number of days until the data within the domain expires.

LastUpdatedAt string

The time of this integration got last updated at

Tags []DomainTag

The tags (keys and values) associated with the domain

createdAt String

The time of this integration got created

deadLetterQueueUrl String

The URL of the SQS dead letter queue

defaultEncryptionKey String

The default encryption key

defaultExpirationDays Integer

The default number of days until the data within the domain expires.

lastUpdatedAt String

The time of this integration got last updated at

tags List<DomainTag>

The tags (keys and values) associated with the domain

createdAt string

The time of this integration got created

deadLetterQueueUrl string

The URL of the SQS dead letter queue

defaultEncryptionKey string

The default encryption key

defaultExpirationDays number

The default number of days until the data within the domain expires.

lastUpdatedAt string

The time of this integration got last updated at

tags DomainTag[]

The tags (keys and values) associated with the domain

created_at str

The time of this integration got created

dead_letter_queue_url str

The URL of the SQS dead letter queue

default_encryption_key str

The default encryption key

default_expiration_days int

The default number of days until the data within the domain expires.

last_updated_at str

The time of this integration got last updated at

tags Sequence[DomainTag]

The tags (keys and values) associated with the domain

createdAt String

The time of this integration got created

deadLetterQueueUrl String

The URL of the SQS dead letter queue

defaultEncryptionKey String

The default encryption key

defaultExpirationDays Number

The default number of days until the data within the domain expires.

lastUpdatedAt String

The time of this integration got last updated at

tags List<Property Map>

The tags (keys and values) associated with the domain

Supporting Types

DomainTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0