Interface CfnDomainPropsMixin.IExportingConfigProperty
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDomainPropsMixin.IExportingConfigProperty
Syntax (vb)
Public Interface CfnDomainPropsMixin.IExportingConfigProperty
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.CfnPropertyMixins.AWS.CustomerProfiles;
var exportingConfigProperty = new ExportingConfigProperty {
S3Exporting = new S3ExportingConfigProperty {
S3BucketName = "s3BucketName",
S3KeyName = "s3KeyName"
}
};
Synopsis
Properties
| S3Exporting | The S3 location where Identity Resolution Jobs write result files. |
Properties
S3Exporting
The S3 location where Identity Resolution Jobs write result files.
object? S3Exporting { get; }