1. Packages
  2. AWS Native
  3. API Docs
  4. connect
  5. PredefinedAttribute

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.connect.PredefinedAttribute

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const predefinedAttributeResource = new aws_native.connect.PredefinedAttribute("predefinedAttributeResource", {
        instanceArn: "string",
        values: {
            stringList: ["string"],
        },
        name: "string",
    });
    
    Coming soon!
    

    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:

    InstanceArn string
    The identifier of the Amazon Connect instance.
    Values Pulumi.AwsNative.Connect.Inputs.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 ValuesPropertiesArgs
    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 ValuesPropertiesArgs
    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.
    LastModifiedRegion string
    Last modified region.
    LastModifiedTime double
    Last modified time.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedRegion string
    Last modified region.
    LastModifiedTime float64
    Last modified time.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedRegion String
    Last modified region.
    lastModifiedTime Double
    Last modified time.
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedRegion string
    Last modified region.
    lastModifiedTime number
    Last modified time.
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_region str
    Last modified region.
    last_modified_time float
    Last modified time.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedRegion String
    Last modified region.
    lastModifiedTime Number
    Last modified time.

    Supporting Types

    ValuesProperties, ValuesPropertiesArgs

    StringList List<string>
    StringList []string
    stringList List<String>
    stringList string[]
    string_list Sequence[str]
    stringList List<String>

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi