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

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.getPredefinedAttribute

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

    Using getPredefinedAttribute

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPredefinedAttribute(args: GetPredefinedAttributeArgs, opts?: InvokeOptions): Promise<GetPredefinedAttributeResult>
    function getPredefinedAttributeOutput(args: GetPredefinedAttributeOutputArgs, opts?: InvokeOptions): Output<GetPredefinedAttributeResult>
    def get_predefined_attribute(instance_arn: Optional[str] = None,
                                 name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetPredefinedAttributeResult
    def get_predefined_attribute_output(instance_arn: Optional[pulumi.Input[str]] = None,
                                 name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetPredefinedAttributeResult]
    func LookupPredefinedAttribute(ctx *Context, args *LookupPredefinedAttributeArgs, opts ...InvokeOption) (*LookupPredefinedAttributeResult, error)
    func LookupPredefinedAttributeOutput(ctx *Context, args *LookupPredefinedAttributeOutputArgs, opts ...InvokeOption) LookupPredefinedAttributeResultOutput

    > Note: This function is named LookupPredefinedAttribute in the Go SDK.

    public static class GetPredefinedAttribute 
    {
        public static Task<GetPredefinedAttributeResult> InvokeAsync(GetPredefinedAttributeArgs args, InvokeOptions? opts = null)
        public static Output<GetPredefinedAttributeResult> Invoke(GetPredefinedAttributeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPredefinedAttributeResult> getPredefinedAttribute(GetPredefinedAttributeArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:connect:getPredefinedAttribute
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceArn string
    The identifier of the Amazon Connect instance.
    Name string
    The name of the predefined attribute.
    InstanceArn string
    The identifier of the Amazon Connect instance.
    Name string
    The name of the predefined attribute.
    instanceArn String
    The identifier of the Amazon Connect instance.
    name String
    The name of the predefined attribute.
    instanceArn string
    The identifier of the Amazon Connect instance.
    name string
    The name of the predefined attribute.
    instance_arn str
    The identifier of the Amazon Connect instance.
    name str
    The name of the predefined attribute.
    instanceArn String
    The identifier of the Amazon Connect instance.
    name String
    The name of the predefined attribute.

    getPredefinedAttribute Result

    The following output properties are available:

    LastModifiedRegion string
    Last modified region.
    LastModifiedTime double
    Last modified time.
    Values Pulumi.AwsNative.Connect.Outputs.ValuesProperties
    The values of a predefined attribute.
    LastModifiedRegion string
    Last modified region.
    LastModifiedTime float64
    Last modified time.
    Values ValuesProperties
    The values of a predefined attribute.
    lastModifiedRegion String
    Last modified region.
    lastModifiedTime Double
    Last modified time.
    values ValuesProperties
    The values of a predefined attribute.
    lastModifiedRegion string
    Last modified region.
    lastModifiedTime number
    Last modified time.
    values ValuesProperties
    The values of a predefined attribute.
    last_modified_region str
    Last modified region.
    last_modified_time float
    Last modified time.
    values ValuesProperties
    The values of a predefined attribute.
    lastModifiedRegion String
    Last modified region.
    lastModifiedTime Number
    Last modified time.
    values Property Map
    The values of a predefined attribute.

    Supporting Types

    ValuesProperties

    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