CfnKeyGroupMixinProps
- class aws_cdk.cfn_property_mixins.aws_cloudfront.CfnKeyGroupMixinProps(*, key_group_config=None)
Bases:
objectProperties for CfnKeyGroupPropsMixin.
- Parameters:
key_group_config (
Union[IResolvable,KeyGroupConfigProperty,Dict[str,Any],None]) – The key group configuration.- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keygroup.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_cloudfront as cloudfront cfn_key_group_mixin_props = cloudfront.CfnKeyGroupMixinProps( key_group_config=cloudfront.CfnKeyGroupPropsMixin.KeyGroupConfigProperty( comment="comment", items=["items"], name="name" ) )
Attributes
- key_group_config
The key group configuration.