We recommend new projects start with resources from the AWS provider.
aws-native.connect.PredefinedAttribute
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PredefinedAttribute resource accepts the following input properties:
- InstanceArn 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.
- InstanceArn string
- The identifier of the Amazon Connect instance.
- Values
ValuesProperties Args 
- The values of a predefined attribute.
- Name string
- The name of the predefined attribute.
- instanceArn String
- The identifier of the Amazon Connect instance.
- values
ValuesProperties 
- The values of a predefined attribute.
- name String
- The name of the predefined attribute.
- instanceArn string
- The identifier of the Amazon Connect instance.
- values
ValuesProperties 
- 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
ValuesProperties Args 
- The values of a predefined attribute.
- name str
- The name of the predefined attribute.
- instanceArn 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.
- LastModified stringRegion 
- Last modified region.
- LastModified doubleTime 
- Last modified time.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastModified stringRegion 
- Last modified region.
- LastModified float64Time 
- Last modified time.
- id String
- The provider-assigned unique ID for this managed resource.
- lastModified StringRegion 
- Last modified region.
- lastModified DoubleTime 
- Last modified time.
- id string
- The provider-assigned unique ID for this managed resource.
- lastModified stringRegion 
- Last modified region.
- lastModified 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.
- lastModified StringRegion 
- Last modified region.
- lastModified NumberTime 
- Last modified time.
Supporting Types
ValuesProperties, ValuesPropertiesArgs    
- StringList List<string>
- Predefined attribute values of type string list.
- StringList []string
- Predefined attribute values of type string list.
- stringList List<String>
- Predefined attribute values of type string list.
- stringList string[]
- Predefined attribute values of type string list.
- string_list Sequence[str]
- Predefined attribute values of type string list.
- stringList List<String>
- Predefined attribute values of type string list.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.