interface CfnKeyGroupMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CloudFront.CfnKeyGroupMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscloudfront#CfnKeyGroupMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnKeyGroupMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_cloudfront.CfnKeyGroupMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cloudfront » CfnKeyGroupMixinProps |
Properties for CfnKeyGroupPropsMixin.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keygroup.html
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/cfn-property-mixins';
const cfnKeyGroupMixinProps: cloudfront.CfnKeyGroupMixinProps = {
keyGroupConfig: {
comment: 'comment',
items: ['items'],
name: 'name',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| key | IResolvable | Key | The key group configuration. |
keyGroupConfig?
Type:
IResolvable | Key
(optional)
The key group configuration.

.NET
Go
Java
Python
TypeScript