AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IVS::PublicKey

CfnPublicKey

The `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

import { CfnPublicKey } from 'aws-cdk-lib/aws-ivs';

Or use the module namespace:

import * as ivs from 'aws-cdk-lib/aws-ivs';
// ivs.CfnPublicKey

Properties

Configuration passed to the constructor as CfnPublicKeyProps.

nameOptional
string

Public key name. The value does not need to be unique.

publicKeyMaterialOptional
string

The public portion of a customer-generated key pair. Note that this field is required to create the AWS::IVS::PublicKey resource.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter