We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.connect.getPredefinedAttribute
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetPredefinedAttributeResult> getPredefinedAttribute(GetPredefinedAttributeArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:connect:getPredefinedAttribute
  arguments:
    # arguments dictionaryThe 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:
- LastModified stringRegion 
- Last modified region.
- LastModified doubleTime 
- Last modified time.
- Values
Pulumi.Aws Native. Connect. Outputs. Values Properties 
- The values of a predefined attribute.
- LastModified stringRegion 
- Last modified region.
- LastModified float64Time 
- Last modified time.
- Values
ValuesProperties 
- The values of a predefined attribute.
- lastModified StringRegion 
- Last modified region.
- lastModified DoubleTime 
- Last modified time.
- values
ValuesProperties 
- The values of a predefined attribute.
- lastModified stringRegion 
- Last modified region.
- lastModified numberTime 
- Last modified time.
- values
ValuesProperties 
- The values of a predefined attribute.
- last_modified_ strregion 
- Last modified region.
- last_modified_ floattime 
- Last modified time.
- values
ValuesProperties 
- The values of a predefined attribute.
- lastModified StringRegion 
- Last modified region.
- lastModified NumberTime 
- Last modified time.
- values Property Map
- The values of a predefined attribute.
Supporting Types
ValuesProperties 
- 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.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi