Class CfnKeyValueStore.ImportSourceProperty
The import source for the key value store.
Inheritance
System.Object
CfnKeyValueStore.ImportSourceProperty
Implements
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ImportSourceProperty : Object, CfnKeyValueStore.IImportSourceProperty
Syntax (vb)
Public Class ImportSourceProperty
Inherits Object
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() |
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()
public ImportSourceProperty()
Properties
SourceArn
The Amazon Resource Name (ARN) of the import source for the key value store.
public string SourceArn { get; set; }
Property Value
System.String
Remarks
SourceType
The source type of the import source for the key value store.
public string SourceType { get; set; }
Property Value
System.String