interface KeyGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.KeyGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#KeyGroupReference |
![]() | software.amazon.awscdk.services.cloudfront.KeyGroupReference |
![]() | aws_cdk.aws_cloudfront.KeyGroupReference |
![]() | aws-cdk-lib » aws_cloudfront » KeyGroupReference |
A reference to a KeyGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const keyGroupReference: cloudfront.KeyGroupReference = {
keyGroupId: 'keyGroupId',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The Id of the KeyGroup resource. |
keyGroupId
Type:
string
The Id of the KeyGroup resource.