interface CfnPublicKeyProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CloudFront.CfnPublicKeyProps |
Java | software.amazon.awscdk.services.cloudfront.CfnPublicKeyProps |
Python | aws_cdk.aws_cloudfront.CfnPublicKeyProps |
TypeScript | @aws-cdk/aws-cloudfront » CfnPublicKeyProps |
Properties for defining a CfnPublicKey
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cloudfront from '@aws-cdk/aws-cloudfront';
const cfnPublicKeyProps: cloudfront.CfnPublicKeyProps = {
publicKeyConfig: {
callerReference: 'callerReference',
encodedKey: 'encodedKey',
name: 'name',
// the properties below are optional
comment: 'comment',
},
};
Properties
Name | Type | Description |
---|---|---|
public | IResolvable | Public | Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption . |
publicKeyConfig
Type:
IResolvable
|
Public
Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .