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