AWS Native is in preview. AWS Classic is fully supported.
aws-native.customerprofiles.Domain
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
A domain defined for 3rd party data source in Profile Service
Create Domain Resource
new Domain(name: string, args?: DomainArgs, opts?: CustomResourceOptions);
@overload
def Domain(resource_name: str,
opts: Optional[ResourceOptions] = None,
dead_letter_queue_url: Optional[str] = None,
default_encryption_key: Optional[str] = None,
default_expiration_days: Optional[int] = None,
domain_name: Optional[str] = None,
tags: Optional[Sequence[DomainTagArgs]] = None)
@overload
def Domain(resource_name: str,
args: Optional[DomainArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewDomain(ctx *Context, name string, args *DomainArgs, opts ...ResourceOption) (*Domain, error)
public Domain(string name, DomainArgs? args = null, CustomResourceOptions? opts = null)
public Domain(String name, DomainArgs args)
public Domain(String name, DomainArgs args, CustomResourceOptions options)
type: aws-native:customerprofiles:Domain
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DomainArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DomainArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Domain Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Domain resource accepts the following input properties:
- 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.
- Domain
Name string The unique name of the domain.
- List<Pulumi.
Aws Native. Customer Profiles. Inputs. Domain Tag> The tags (keys and values) associated with the domain
- 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.
- Domain
Name string The unique name of the domain.
- []Domain
Tag Args The tags (keys and values) associated with the domain
- 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.
- domain
Name String The unique name of the domain.
- List<Domain
Tag> The tags (keys and values) associated with the domain
- 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.
- domain
Name string The unique name of the domain.
- Domain
Tag[] The tags (keys and values) associated with the domain
- 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.
- domain_
name str The unique name of the domain.
- Sequence[Domain
Tag Args] The tags (keys and values) associated with the domain
- 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.
- domain
Name String The unique name of the domain.
- List<Property Map>
The tags (keys and values) associated with the domain
Outputs
All input properties are implicitly available as output properties. Additionally, the Domain resource produces the following output properties:
- Created
At string The time of this integration got created
- Id string
The provider-assigned unique ID for this managed resource.
- Last
Updated stringAt The time of this integration got last updated at
- Created
At string The time of this integration got created
- Id string
The provider-assigned unique ID for this managed resource.
- Last
Updated stringAt The time of this integration got last updated at
- created
At String The time of this integration got created
- id String
The provider-assigned unique ID for this managed resource.
- last
Updated StringAt The time of this integration got last updated at
- created
At string The time of this integration got created
- id string
The provider-assigned unique ID for this managed resource.
- last
Updated stringAt The time of this integration got last updated at
- created_
at str The time of this integration got created
- id str
The provider-assigned unique ID for this managed resource.
- last_
updated_ strat The time of this integration got last updated at
- created
At String The time of this integration got created
- id String
The provider-assigned unique ID for this managed resource.
- last
Updated StringAt The time of this integration got last updated at
Supporting Types
DomainTag, DomainTagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.