Class CfnKeyValueStore.ImportSourceProperty
The import source for the key value store.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnKeyValueStore.ImportSourceProperty : CfnKeyValueStore.IImportSourceProperty
Syntax (vb)
Public Class CfnKeyValueStore.ImportSourceProperty Implements CfnKeyValueStore.IImportSourceProperty
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 importSourceProperty = new ImportSourceProperty {
SourceArn = "sourceArn",
SourceType = "sourceType"
};
Synopsis
Constructors
| ImportSourceProperty() | The import source for the key value store. |
Properties
| SourceArn | The Amazon Resource Name (ARN) of the import source for the key value store. |
| SourceType | The source type of the import source for the key value store. |
Constructors
ImportSourceProperty()
The import source for the key value store.
public ImportSourceProperty()
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 importSourceProperty = new ImportSourceProperty {
SourceArn = "sourceArn",
SourceType = "sourceType"
};
Properties
SourceArn
The Amazon Resource Name (ARN) of the import source for the key value store.
public string SourceArn { get; set; }
Property Value
Remarks
SourceType
The source type of the import source for the key value store.
public string SourceType { get; set; }