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

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>
Copy
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]
Copy
func LookupPredefinedAttribute(ctx *Context, args *LookupPredefinedAttributeArgs, opts ...InvokeOption) (*LookupPredefinedAttributeResult, error)
func LookupPredefinedAttributeOutput(ctx *Context, args *LookupPredefinedAttributeOutputArgs, opts ...InvokeOption) LookupPredefinedAttributeResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetPredefinedAttributeResult> getPredefinedAttribute(GetPredefinedAttributeArgs args, InvokeOptions options)
public static Output<GetPredefinedAttributeResult> getPredefinedAttribute(GetPredefinedAttributeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:connect:getPredefinedAttribute
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

InstanceArn This property is required. string
The identifier of the Amazon Connect instance.
Name This property is required. string
The name of the predefined attribute.
InstanceArn This property is required. string
The identifier of the Amazon Connect instance.
Name This property is required. string
The name of the predefined attribute.
instanceArn This property is required. String
The identifier of the Amazon Connect instance.
name This property is required. String
The name of the predefined attribute.
instanceArn This property is required. string
The identifier of the Amazon Connect instance.
name This property is required. string
The name of the predefined attribute.
instance_arn This property is required. str
The identifier of the Amazon Connect instance.
name This property is required. str
The name of the predefined attribute.
instanceArn This property is required. String
The identifier of the Amazon Connect instance.
name This property is required. 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>
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