Class CfnKeyGroupMixinProps
Properties for CfnKeyGroupPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CloudFront
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnKeyGroupMixinProps : ICfnKeyGroupMixinProps
Syntax (vb)
Public Class CfnKeyGroupMixinProps Implements ICfnKeyGroupMixinProps
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.CfnPropertyMixins.AWS.CloudFront;
var cfnKeyGroupMixinProps = new CfnKeyGroupMixinProps {
KeyGroupConfig = new KeyGroupConfigProperty {
Comment = "comment",
Items = new [] { "items" },
Name = "name"
}
};
Synopsis
Constructors
| CfnKeyGroupMixinProps() | Properties for CfnKeyGroupPropsMixin. |
Properties
| KeyGroupConfig | The key group configuration. |
Constructors
CfnKeyGroupMixinProps()
Properties for CfnKeyGroupPropsMixin.
public CfnKeyGroupMixinProps()
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.CfnPropertyMixins.AWS.CloudFront;
var cfnKeyGroupMixinProps = new CfnKeyGroupMixinProps {
KeyGroupConfig = new KeyGroupConfigProperty {
Comment = "comment",
Items = new [] { "items" },
Name = "name"
}
};
Properties
KeyGroupConfig
The key group configuration.
public object? KeyGroupConfig { get; set; }