CfnPublicKeyMixinProps
- class aws_cdk.mixins_preview.aws_cloudfront.mixins.CfnPublicKeyMixinProps(*, public_key_config=None)
Bases:
objectProperties for CfnPublicKeyPropsMixin.
- Parameters:
public_key_config (
Union[IResolvable,PublicKeyConfigProperty,Dict[str,Any],None]) – Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-publickey.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_public_key_mixin_props = cloudfront_mixins.CfnPublicKeyMixinProps( public_key_config=cloudfront_mixins.CfnPublicKeyPropsMixin.PublicKeyConfigProperty( caller_reference="callerReference", comment="comment", encoded_key="encodedKey", name="name" ) )
Attributes
- public_key_config
Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .