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,
attribute_configuration: Optional[AttributeConfigurationPropertiesArgs] = None,
name: Optional[str] = None,
purposes: Optional[Sequence[str]] = None,
values: Optional[ValuesPropertiesArgs] = 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:
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Attribute
Configuration Pulumi.Aws Native. Connect. Inputs. Attribute Configuration Properties - Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
- Name string
- The name of the predefined attribute.
- Purposes List<string>
- The assigned purposes of the predefined attribute.
- Values
Pulumi.
Aws Native. Connect. Inputs. Values Properties - The values of a predefined attribute.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Attribute
Configuration AttributeConfiguration Properties Args - Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
- Name string
- The name of the predefined attribute.
- Purposes []string
- The assigned purposes of the predefined attribute.
- Values
Values
Properties Args - The values of a predefined attribute.
- instance
Arn String - The identifier of the Amazon Connect instance.
- attribute
Configuration AttributeConfiguration Properties - Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
- name String
- The name of the predefined attribute.
- purposes List<String>
- The assigned purposes of the predefined attribute.
- values
Values
Properties - The values of a predefined attribute.
- instance
Arn string - The identifier of the Amazon Connect instance.
- attribute
Configuration AttributeConfiguration Properties - Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
- name string
- The name of the predefined attribute.
- purposes string[]
- The assigned purposes of the predefined attribute.
- values
Values
Properties - The values of a predefined attribute.
- instance_
arn str - The identifier of the Amazon Connect instance.
- attribute_
configuration AttributeConfiguration Properties Args - Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
- name str
- The name of the predefined attribute.
- purposes Sequence[str]
- The assigned purposes of the predefined attribute.
- values
Values
Properties Args - The values of a predefined attribute.
- instance
Arn String - The identifier of the Amazon Connect instance.
- attribute
Configuration Property Map - Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
- name String
- The name of the predefined attribute.
- purposes List<String>
- The assigned purposes of the predefined attribute.
- values Property Map
- The values of a 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
AttributeConfigurationProperties, AttributeConfigurationPropertiesArgs
- Enable
Value boolValidation On Association - Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.
- Is
Read boolOnly - Allows the predefined attribute to show up and be managed in the Amazon Connect UI.
- Enable
Value boolValidation On Association - Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.
- Is
Read boolOnly - Allows the predefined attribute to show up and be managed in the Amazon Connect UI.
- enable
Value BooleanValidation On Association - Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.
- is
Read BooleanOnly - Allows the predefined attribute to show up and be managed in the Amazon Connect UI.
- enable
Value booleanValidation On Association - Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.
- is
Read booleanOnly - Allows the predefined attribute to show up and be managed in the Amazon Connect UI.
- enable_
value_ boolvalidation_ on_ association - Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.
- is_
read_ boolonly - Allows the predefined attribute to show up and be managed in the Amazon Connect UI.
- enable
Value BooleanValidation On Association - Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.
- is
Read BooleanOnly - Allows the predefined attribute to show up and be managed in the Amazon Connect UI.
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
We recommend new projects start with resources from the AWS provider.