Class CfnKeyValueStoreProps
Properties for defining a CfnKeyValueStore
.
Inheritance
System.Object
CfnKeyValueStoreProps
Implements
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnKeyValueStoreProps : Object, ICfnKeyValueStoreProps
Syntax (vb)
Public Class CfnKeyValueStoreProps
Inherits Object
Implements ICfnKeyValueStoreProps
Remarks
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 cfnKeyValueStoreProps = new CfnKeyValueStoreProps {
Name = "name",
// the properties below are optional
Comment = "comment",
ImportSource = new ImportSourceProperty {
SourceArn = "sourceArn",
SourceType = "sourceType"
}
};
Synopsis
Constructors
CfnKeyValueStoreProps() |
Properties
Comment | A comment for the key value store. |
ImportSource | The import source for the key value store. |
Name | The name of the key value store. |
Constructors
CfnKeyValueStoreProps()
public CfnKeyValueStoreProps()
Properties
Comment
A comment for the key value store.
public string Comment { get; set; }
Property Value
System.String
Remarks
ImportSource
The import source for the key value store.
public object ImportSource { get; set; }
Property Value
System.Object
Remarks
Name
The name of the key value store.
public string Name { get; set; }
Property Value
System.String