Show / Hide Table of Contents

Class CfnKeyGroupMixinProps

Properties for CfnKeyGroupPropsMixin.

Inheritance
object
CfnKeyGroupMixinProps
Implements
ICfnKeyGroupMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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; }
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 CfnKeyGroupPropsMixin.IKeyGroupConfigProperty

Implements

ICfnKeyGroupMixinProps
Back to top Generated by DocFX