interface PublicKeyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.PublicKeyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#PublicKeyReference |
![]() | software.amazon.awscdk.services.ivs.PublicKeyReference |
![]() | aws_cdk.aws_ivs.PublicKeyReference |
![]() | aws-cdk-lib » aws_ivs » PublicKeyReference |
A reference to a PublicKey resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivs as ivs } from 'aws-cdk-lib';
const publicKeyReference: ivs.PublicKeyReference = {
publicKeyArn: 'publicKeyArn',
};
Properties
Name | Type | Description |
---|---|---|
public | string | The Arn of the PublicKey resource. |
publicKeyArn
Type:
string
The Arn of the PublicKey resource.