interface ExportingConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.CfnDomain.ExportingConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnDomain_ExportingConfigProperty |
![]() | software.amazon.awscdk.services.customerprofiles.CfnDomain.ExportingConfigProperty |
![]() | aws_cdk.aws_customerprofiles.CfnDomain.ExportingConfigProperty |
![]() | aws-cdk-lib » aws_customerprofiles » CfnDomain » ExportingConfigProperty |
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const exportingConfigProperty: customerprofiles.CfnDomain.ExportingConfigProperty = {
s3Exporting: {
s3BucketName: 's3BucketName',
// the properties below are optional
s3KeyName: 's3KeyName',
},
};
Properties
Name | Type | Description |
---|---|---|
s3 | IResolvable | S3 | The S3 location where Identity Resolution Jobs write result files. |
s3Exporting?
Type:
IResolvable
|
S3
(optional)
The S3 location where Identity Resolution Jobs write result files.