interface ImportSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins.CfnKeyValueStorePropsMixin.ImportSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscloudfront/mixins#CfnKeyValueStorePropsMixin_ImportSourceProperty |
Java | software.amazon.awscdk.mixins.preview.services.cloudfront.mixins.CfnKeyValueStorePropsMixin.ImportSourceProperty |
Python | aws_cdk.mixins_preview.aws_cloudfront.mixins.CfnKeyValueStorePropsMixin.ImportSourceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cloudfront » mixins » CfnKeyValueStorePropsMixin » ImportSourceProperty |
The import source for the key value store.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as cloudfront_mixins } from '@aws-cdk/mixins-preview/aws-cloudfront';
const importSourceProperty: cloudfront_mixins.CfnKeyValueStorePropsMixin.ImportSourceProperty = {
sourceArn: 'sourceArn',
sourceType: 'sourceType',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | The Amazon Resource Name (ARN) of the import source for the key value store. |
| source | string | The source type of the import source for the key value store. |
sourceArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the import source for the key value store.
sourceType?
Type:
string
(optional)
The source type of the import source for the key value store.

.NET
Go
Java
Python
TypeScript