We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
Resource Type definition for AWS::Connect::SecurityKey
Using getSecurityKey
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 getSecurityKey(args: GetSecurityKeyArgs, opts?: InvokeOptions): Promise<GetSecurityKeyResult>
function getSecurityKeyOutput(args: GetSecurityKeyOutputArgs, opts?: InvokeOptions): Output<GetSecurityKeyResult>def get_security_key(association_id: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSecurityKeyResult
def get_security_key_output(association_id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecurityKeyResult]func LookupSecurityKey(ctx *Context, args *LookupSecurityKeyArgs, opts ...InvokeOption) (*LookupSecurityKeyResult, error)
func LookupSecurityKeyOutput(ctx *Context, args *LookupSecurityKeyOutputArgs, opts ...InvokeOption) LookupSecurityKeyResultOutput> Note: This function is named LookupSecurityKey in the Go SDK.
public static class GetSecurityKey
{
public static Task<GetSecurityKeyResult> InvokeAsync(GetSecurityKeyArgs args, InvokeOptions? opts = null)
public static Output<GetSecurityKeyResult> Invoke(GetSecurityKeyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSecurityKeyResult> getSecurityKey(GetSecurityKeyArgs args, InvokeOptions options)
public static Output<GetSecurityKeyResult> getSecurityKey(GetSecurityKeyArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:connect:getSecurityKey
arguments:
# arguments dictionaryThe following arguments are supported:
- Association
Id string - An
AssociationIdis automatically generated when a storage config is associated with an instance. - Instance
Id string The Amazon Resource Name (ARN) of the instance.
Minimum :
1Maximum :
100
- Association
Id string - An
AssociationIdis automatically generated when a storage config is associated with an instance. - Instance
Id string The Amazon Resource Name (ARN) of the instance.
Minimum :
1Maximum :
100
- association
Id String - An
AssociationIdis automatically generated when a storage config is associated with an instance. - instance
Id String The Amazon Resource Name (ARN) of the instance.
Minimum :
1Maximum :
100
- association
Id string - An
AssociationIdis automatically generated when a storage config is associated with an instance. - instance
Id string The Amazon Resource Name (ARN) of the instance.
Minimum :
1Maximum :
100
- association_
id str - An
AssociationIdis automatically generated when a storage config is associated with an instance. - instance_
id str The Amazon Resource Name (ARN) of the instance.
Minimum :
1Maximum :
100
- association
Id String - An
AssociationIdis automatically generated when a storage config is associated with an instance. - instance
Id String The Amazon Resource Name (ARN) of the instance.
Minimum :
1Maximum :
100
getSecurityKey Result
The following output properties are available:
- Association
Id string - An
AssociationIdis automatically generated when a storage config is associated with an instance.
- Association
Id string - An
AssociationIdis automatically generated when a storage config is associated with an instance.
- association
Id String - An
AssociationIdis automatically generated when a storage config is associated with an instance.
- association
Id string - An
AssociationIdis automatically generated when a storage config is associated with an instance.
- association_
id str - An
AssociationIdis automatically generated when a storage config is associated with an instance.
- association
Id String - An
AssociationIdis automatically generated when a storage config is associated with an instance.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
