Show / Hide Table of Contents

Class CfnKeyGroupProps

Properties for defining a CfnKeyGroup.

Inheritance
System.Object
CfnKeyGroupProps
Implements
ICfnKeyGroupProps
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.AWS.CloudFront.dll
Syntax (csharp)
public class CfnKeyGroupProps : Object, ICfnKeyGroupProps
Syntax (vb)
Public Class CfnKeyGroupProps
    Inherits Object
    Implements ICfnKeyGroupProps
Remarks

Link: 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

Constructors

CfnKeyGroupProps()

Properties

KeyGroupConfig

The key group configuration.

Constructors

CfnKeyGroupProps()

public CfnKeyGroupProps()

Properties

KeyGroupConfig

The key group configuration.

public object KeyGroupConfig { get; set; }
Property Value

System.Object

Remarks

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

Implements

ICfnKeyGroupProps
Back to top Generated by DocFX