AWS::IVS::PublicKeyThe `AWS::IVS::PublicKey` resource specifies an Amazon IVS public key used to sign stage participant tokens. For more information, see [Distribute Participant Tokens](https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/getting-started-distribute-tokens.html) in the *Amazon IVS Real-Time Streaming User Guide* .
import { CfnPublicKey } from 'aws-cdk-lib/aws-ivs';Or use the module namespace:
import * as ivs from 'aws-cdk-lib/aws-ivs';
// ivs.CfnPublicKeyConfiguration passed to the constructor as CfnPublicKeyProps.
nameOptionalstringPublic key name. The value does not need to be unique.
publicKeyMaterialOptionalstringThe public portion of a customer-generated key pair. Note that this field is required to create the AWS::IVS::PublicKey resource.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
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-ivsAWS::IVS::PublicKey