CfnKeyGroupMixinProps

class aws_cdk.mixins_preview.aws_cloudfront.mixins.CfnKeyGroupMixinProps(*, key_group_config=None)

Bases: object

Properties 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.mixins_preview.aws_cloudfront import mixins as cloudfront_mixins

cfn_key_group_mixin_props = cloudfront_mixins.CfnKeyGroupMixinProps(
    key_group_config=cloudfront_mixins.CfnKeyGroupPropsMixin.KeyGroupConfigProperty(
        comment="comment",
        items=["items"],
        name="name"
    )
)

Attributes

key_group_config

The key group configuration.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keygroup.html#cfn-cloudfront-keygroup-keygroupconfig