Show / Hide Table of Contents

Interface ICfnPublicKeyProps

Properties for defining a CfnPublicKey.

Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnPublicKeyProps
Syntax (vb)
Public Interface ICfnPublicKeyProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-publickey.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.CloudFront;

             var cfnPublicKeyProps = new CfnPublicKeyProps {
                 PublicKeyConfig = new PublicKeyConfigProperty {
                     CallerReference = "callerReference",
                     EncodedKey = "encodedKey",
                     Name = "name",

                     // the properties below are optional
                     Comment = "comment"
                 }
             };

Synopsis

Properties

PublicKeyConfig

Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .

Properties

PublicKeyConfig

Configuration information about a public key that you can use with signed URLs and signed cookies , or with field-level encryption .

object PublicKeyConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-publickey.html#cfn-cloudfront-publickey-publickeyconfig

Type union: either IResolvable or CfnPublicKey.IPublicKeyConfigProperty

Back to top Generated by DocFX