AWS::Connect::SecurityKeyThe security key for the instance. > Only two security keys are allowed per Amazon Connect instance.
import { CfnSecurityKey } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnSecurityKeyConfiguration passed to the constructor as CfnSecurityKeyProps.
instanceIdRequiredstring | IInstanceRefThe Amazon Resource Name (ARN) of the instance. *Minimum* : `1` *Maximum* : `100`
keyRequiredstringA valid security key in PEM format. For example:. `"-----BEGIN PUBLIC KEY-----\ [a lot of characters] ----END PUBLIC KEY-----"` *Minimum* : `1` *Maximum* : `1024`
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::SecurityKey