Show / Hide Table of Contents

Class CfnKeyValueStore.ImportSourceProperty

The import source for the key value store.

Inheritance
object
CfnKeyValueStore.ImportSourceProperty
Implements
CfnKeyValueStore.IImportSourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-keyvaluestore-importsource.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 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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-keyvaluestore-importsource.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 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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-keyvaluestore-importsource.html#cfn-cloudfront-keyvaluestore-importsource-sourcearn

SourceType

The source type of the import source for the key value store.

public string SourceType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-keyvaluestore-importsource.html#cfn-cloudfront-keyvaluestore-importsource-sourcetype

Implements

CfnKeyValueStore.IImportSourceProperty
Back to top Generated by DocFX