We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Connect::DataTable
Create DataTable Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataTable(name: string, args?: DataTableArgs, opts?: CustomResourceOptions);@overload
def DataTable(resource_name: str,
args: Optional[DataTableArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DataTable(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
instance_arn: Optional[str] = None,
name: Optional[str] = None,
status: Optional[DataTableStatus] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
time_zone: Optional[str] = None,
value_lock_level: Optional[DataTableValueLockLevel] = None)func NewDataTable(ctx *Context, name string, args *DataTableArgs, opts ...ResourceOption) (*DataTable, error)public DataTable(string name, DataTableArgs? args = null, CustomResourceOptions? opts = null)
public DataTable(String name, DataTableArgs args)
public DataTable(String name, DataTableArgs args, CustomResourceOptions options)
type: aws-native:connect:DataTable
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DataTableArgs
- 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 DataTableArgs
- 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 DataTableArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DataTableArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DataTableArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DataTable Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DataTable resource accepts the following input properties:
- Description string
- The description of the Data Table.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Name string
- The name of the Data Table
- Status
Pulumi.
Aws Native. Connect. Data Table Status - The status of the Data Table
-
List<Pulumi.
Aws Native. Inputs. Tag> - One or more tags.
- Time
Zone string - The time zone of the Data Table
- Value
Lock Pulumi.Level Aws Native. Connect. Data Table Value Lock Level - The value lock level of the Data Table
- Description string
- The description of the Data Table.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Name string
- The name of the Data Table
- Status
Data
Table Status - The status of the Data Table
-
Tag
Args - One or more tags.
- Time
Zone string - The time zone of the Data Table
- Value
Lock DataLevel Table Value Lock Level - The value lock level of the Data Table
- description String
- The description of the Data Table.
- instance
Arn String - The identifier of the Amazon Connect instance.
- name String
- The name of the Data Table
- status
Data
Table Status - The status of the Data Table
- List<Tag>
- One or more tags.
- time
Zone String - The time zone of the Data Table
- value
Lock DataLevel Table Value Lock Level - The value lock level of the Data Table
- description string
- The description of the Data Table.
- instance
Arn string - The identifier of the Amazon Connect instance.
- name string
- The name of the Data Table
- status
Data
Table Status - The status of the Data Table
- Tag[]
- One or more tags.
- time
Zone string - The time zone of the Data Table
- value
Lock DataLevel Table Value Lock Level - The value lock level of the Data Table
- description str
- The description of the Data Table.
- instance_
arn str - The identifier of the Amazon Connect instance.
- name str
- The name of the Data Table
- status
Data
Table Status - The status of the Data Table
-
Sequence[Tag
Args] - One or more tags.
- time_
zone str - The time zone of the Data Table
- value_
lock_ Datalevel Table Value Lock Level - The value lock level of the Data Table
- description String
- The description of the Data Table.
- instance
Arn String - The identifier of the Amazon Connect instance.
- name String
- The name of the Data Table
- status "PUBLISHED"
- The status of the Data Table
- List<Property Map>
- One or more tags.
- time
Zone String - The time zone of the Data Table
- value
Lock "NONE"Level - The value lock level of the Data Table
Outputs
All input properties are implicitly available as output properties. Additionally, the DataTable resource produces the following output properties:
- Arn string
- The arn of the Data Table
- Created
Time double - The creation time of the Data Table
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringRegion - Last modified region.
- Last
Modified doubleTime - Last modified time.
- Lock
Version Pulumi.Aws Native. Connect. Outputs. Lock Version Properties - The lock version of the Data Table
- Arn string
- The arn of the Data Table
- Created
Time float64 - The creation time of the Data Table
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringRegion - Last modified region.
- Last
Modified float64Time - Last modified time.
- Lock
Version LockVersion Properties - The lock version of the Data Table
- arn String
- The arn of the Data Table
- created
Time Double - The creation time of the Data Table
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringRegion - Last modified region.
- last
Modified DoubleTime - Last modified time.
- lock
Version LockVersion Properties - The lock version of the Data Table
- arn string
- The arn of the Data Table
- created
Time number - The creation time of the Data Table
- id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringRegion - Last modified region.
- last
Modified numberTime - Last modified time.
- lock
Version LockVersion Properties - The lock version of the Data Table
- arn str
- The arn of the Data Table
- created_
time float - The creation time of the Data Table
- id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strregion - Last modified region.
- last_
modified_ floattime - Last modified time.
- lock_
version LockVersion Properties - The lock version of the Data Table
- arn String
- The arn of the Data Table
- created
Time Number - The creation time of the Data Table
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringRegion - Last modified region.
- last
Modified NumberTime - Last modified time.
- lock
Version Property Map - The lock version of the Data Table
Supporting Types
DataTableStatus, DataTableStatusArgs
- Published
- PUBLISHED
- Data
Table Status Published - PUBLISHED
- Published
- PUBLISHED
- Published
- PUBLISHED
- PUBLISHED
- PUBLISHED
- "PUBLISHED"
- PUBLISHED
DataTableValueLockLevel, DataTableValueLockLevelArgs
- None
- NONE
- Data
Table Value Lock Level None - NONE
- None
- NONE
- None
- NONE
- NONE
- NONE
- "NONE"
- NONE
LockVersionProperties, LockVersionPropertiesArgs
- attribute str
- data_
table str
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
