Class CfnDomainPropsMixin.S3ExportingConfigProperty
The S3 location where Identity Resolution Jobs write result files.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CustomerProfiles.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDomainPropsMixin.S3ExportingConfigProperty : CfnDomainPropsMixin.IS3ExportingConfigProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.S3ExportingConfigProperty Implements CfnDomainPropsMixin.IS3ExportingConfigProperty
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.Mixins.Preview.AWS.CustomerProfiles.Mixins;
var s3ExportingConfigProperty = new S3ExportingConfigProperty {
S3BucketName = "s3BucketName",
S3KeyName = "s3KeyName"
};
Synopsis
Constructors
| S3ExportingConfigProperty() | The S3 location where Identity Resolution Jobs write result files. |
Properties
| S3BucketName | The name of the S3 bucket where Identity Resolution Jobs write result files. |
| S3KeyName | The S3 key name of the location where Identity Resolution Jobs write result files. |
Constructors
S3ExportingConfigProperty()
The S3 location where Identity Resolution Jobs write result files.
public S3ExportingConfigProperty()
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.Mixins.Preview.AWS.CustomerProfiles.Mixins;
var s3ExportingConfigProperty = new S3ExportingConfigProperty {
S3BucketName = "s3BucketName",
S3KeyName = "s3KeyName"
};
Properties
S3BucketName
The name of the S3 bucket where Identity Resolution Jobs write result files.
public string? S3BucketName { get; set; }
Property Value
Remarks
S3KeyName
The S3 key name of the location where Identity Resolution Jobs write result files.
public string? S3KeyName { get; set; }