AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.connect.PredefinedAttribute
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource Type definition for AWS::Connect::PredefinedAttribute
Create PredefinedAttribute Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PredefinedAttribute(name: string, args: PredefinedAttributeArgs, opts?: CustomResourceOptions);
@overload
def PredefinedAttribute(resource_name: str,
args: PredefinedAttributeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PredefinedAttribute(resource_name: str,
opts: Optional[ResourceOptions] = None,
instance_arn: Optional[str] = None,
values: Optional[ValuesPropertiesArgs] = None,
name: Optional[str] = None)
func NewPredefinedAttribute(ctx *Context, name string, args PredefinedAttributeArgs, opts ...ResourceOption) (*PredefinedAttribute, error)
public PredefinedAttribute(string name, PredefinedAttributeArgs args, CustomResourceOptions? opts = null)
public PredefinedAttribute(String name, PredefinedAttributeArgs args)
public PredefinedAttribute(String name, PredefinedAttributeArgs args, CustomResourceOptions options)
type: aws-native:connect:PredefinedAttribute
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 PredefinedAttributeArgs
- 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 PredefinedAttributeArgs
- 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 PredefinedAttributeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PredefinedAttributeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PredefinedAttributeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
PredefinedAttribute 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 PredefinedAttribute resource accepts the following input properties:
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Values
Pulumi.
Aws Native. Connect. Inputs. Values Properties - The values of a predefined attribute.
- Name string
- The name of the predefined attribute.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Values
Values
Properties Args - The values of a predefined attribute.
- Name string
- The name of the predefined attribute.
- instance
Arn String - The identifier of the Amazon Connect instance.
- values
Values
Properties - The values of a predefined attribute.
- name String
- The name of the predefined attribute.
- instance
Arn string - The identifier of the Amazon Connect instance.
- values
Values
Properties - The values of a predefined attribute.
- name string
- The name of the predefined attribute.
- instance_
arn str - The identifier of the Amazon Connect instance.
- values
Values
Properties Args - The values of a predefined attribute.
- name str
- The name of the predefined attribute.
- instance
Arn String - The identifier of the Amazon Connect instance.
- values Property Map
- The values of a predefined attribute.
- name String
- The name of the predefined attribute.
Outputs
All input properties are implicitly available as output properties. Additionally, the PredefinedAttribute resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringRegion - Last modified region.
- Last
Modified doubleTime - Last modified time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringRegion - Last modified region.
- Last
Modified float64Time - Last modified time.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringRegion - Last modified region.
- last
Modified DoubleTime - Last modified time.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringRegion - Last modified region.
- last
Modified numberTime - Last modified time.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strregion - Last modified region.
- last_
modified_ floattime - Last modified time.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringRegion - Last modified region.
- last
Modified NumberTime - Last modified time.
Supporting Types
ValuesProperties, ValuesPropertiesArgs
- String
List List<string> - Predefined attribute values of type string list.
- String
List []string - Predefined attribute values of type string list.
- string
List List<String> - Predefined attribute values of type string list.
- string
List string[] - Predefined attribute values of type string list.
- string_
list Sequence[str] - Predefined attribute values of type string list.
- string
List List<String> - Predefined attribute values of type string list.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi