SecurityKey

class SecurityKey : KotlinCustomResource

Resource Type definition for AWS::Connect::SecurityKey

Example Usage

Example

No Java example available.

Properties

Link copied to clipboard
val associationId: Output<String>

An AssociationId is automatically generated when a storage config is associated with an instance.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The Amazon Resource Name (ARN) of the instance. Minimum : 1 Maximum : 100

Link copied to clipboard
val key: Output<String>

A valid security key in PEM format. For example: "-----BEGIN PUBLIC KEY-----\ [a lot of characters] ----END PUBLIC KEY-----" Minimum : 1 Maximum : 1024

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>