interface ImportSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.CfnKeyValueStore.ImportSourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnKeyValueStore_ImportSourceProperty |
![]() | software.amazon.awscdk.services.cloudfront.CfnKeyValueStore.ImportSourceProperty |
![]() | aws_cdk.aws_cloudfront.CfnKeyValueStore.ImportSourceProperty |
![]() | aws-cdk-lib » aws_cloudfront » CfnKeyValueStore » 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 { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const importSourceProperty: cloudfront.CfnKeyValueStore.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
The Amazon Resource Name (ARN) of the import source for the key value store.
sourceType
Type:
string
The source type of the import source for the key value store.