aws-cdk-lib.aws_cloudfront.CfnKeyGroupProps

interface CfnKeyGroupProps

LanguageType name
.NETAmazon.CDK.AWS.CloudFront.CfnKeyGroupProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnKeyGroupProps
Javasoftware.amazon.awscdk.services.cloudfront.CfnKeyGroupProps
Pythonaws_cdk.aws_cloudfront.CfnKeyGroupProps
TypeScript aws-cdk-lib » aws_cloudfront » CfnKeyGroupProps

Properties for defining a CfnKeyGroup.

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 cfnKeyGroupProps: cloudfront.CfnKeyGroupProps = {
  keyGroupConfig: {
    items: ['items'],
    name: 'name',

    // the properties below are optional
    comment: 'comment',
  },
};

Properties

NameTypeDescription
keyGroupConfigIResolvable | KeyGroupConfigPropertyThe key group configuration.

keyGroupConfig

Type: IResolvable | KeyGroupConfigProperty

The key group configuration.