We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.connect.getPredefinedAttribute
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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:
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Name string
- The name of the predefined attribute.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Name string
- The name of the predefined attribute.
- instance
Arn String - The identifier of the Amazon Connect instance.
- name String
- The name of the predefined attribute.
- instance
Arn 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.
- instance
Arn String - The identifier of the Amazon Connect instance.
- name String
- The name of the predefined attribute.
getPredefinedAttribute Result
The following output properties are available:
- Last
Modified stringRegion - Last modified region.
- Last
Modified doubleTime - Last modified time.
- Values
Pulumi.
Aws Native. Connect. Outputs. Values Properties - The values of a predefined attribute.
- Last
Modified stringRegion - Last modified region.
- Last
Modified float64Time - Last modified time.
- Values
Values
Properties - The values of a predefined attribute.
- last
Modified StringRegion - Last modified region.
- last
Modified DoubleTime - Last modified time.
- values
Values
Properties - The values of a predefined attribute.
- last
Modified stringRegion - Last modified region.
- last
Modified numberTime - Last modified time.
- values
Values
Properties - The values of a predefined attribute.
- last_
modified_ strregion - Last modified region.
- last_
modified_ floattime - Last modified time.
- values
Values
Properties - The values of a predefined attribute.
- last
Modified StringRegion - Last modified region.
- last
Modified NumberTime - Last modified time.
- values Property Map
- The values of a predefined attribute.
Supporting Types
ValuesProperties
- 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.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi