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:
- Domain
Name string The unique name of the domain.
- Domain
Name string The unique name of the domain.
- domain
Name String The unique name of the domain.
- domain
Name string The unique name of the domain.
- domain_
name str The unique name of the domain.
- domain
Name String The unique name of the domain.
getDomain Result
The following output properties are available:
- Created
At string The time of this integration got created
- Dead
Letter stringQueue Url The URL of the SQS dead letter queue
- Default
Encryption stringKey The default encryption key
- Default
Expiration intDays The default number of days until the data within the domain expires.
- Last
Updated stringAt The time of this integration got last updated at
- List<Pulumi.
Aws Native. Customer Profiles. Outputs. Domain Tag> The tags (keys and values) associated with the domain
- Created
At string The time of this integration got created
- Dead
Letter stringQueue Url The URL of the SQS dead letter queue
- Default
Encryption stringKey The default encryption key
- Default
Expiration intDays The default number of days until the data within the domain expires.
- Last
Updated stringAt The time of this integration got last updated at
- []Domain
Tag The tags (keys and values) associated with the domain
- created
At String The time of this integration got created
- dead
Letter StringQueue Url The URL of the SQS dead letter queue
- default
Encryption StringKey The default encryption key
- default
Expiration IntegerDays The default number of days until the data within the domain expires.
- last
Updated StringAt The time of this integration got last updated at
- List<Domain
Tag> The tags (keys and values) associated with the domain
- created
At string The time of this integration got created
- dead
Letter stringQueue Url The URL of the SQS dead letter queue
- default
Encryption stringKey The default encryption key
- default
Expiration numberDays The default number of days until the data within the domain expires.
- last
Updated stringAt The time of this integration got last updated at
- Domain
Tag[] The tags (keys and values) associated with the domain
- created_
at str The time of this integration got created
- dead_
letter_ strqueue_ url The URL of the SQS dead letter queue
- default_
encryption_ strkey The default encryption key
- default_
expiration_ intdays The default number of days until the data within the domain expires.
- last_
updated_ strat The time of this integration got last updated at
- Sequence[Domain
Tag] The tags (keys and values) associated with the domain
- created
At String The time of this integration got created
- dead
Letter StringQueue Url The URL of the SQS dead letter queue
- default
Encryption StringKey The default encryption key
- default
Expiration NumberDays The default number of days until the data within the domain expires.
- last
Updated StringAt The time of this integration got last updated at
- List<Property Map>
The tags (keys and values) associated with the domain
Supporting Types
DomainTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0