Show / Hide Table of Contents

Interface ICfnKeyGroupProps

Properties for defining a CfnKeyGroup.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keygroup.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 cfnKeyGroupProps = new CfnKeyGroupProps {
                 KeyGroupConfig = new KeyGroupConfigProperty {
                     Items = new [] { "items" },
                     Name = "name",

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

Synopsis

Properties

KeyGroupConfig

The key group configuration.

Properties

KeyGroupConfig

The key group configuration.

object KeyGroupConfig { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnKeyGroup.IKeyGroupConfigProperty

Back to top Generated by DocFX