Interface CfnDomainPropsMixin.S3ExportingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomainPropsMixin.S3ExportingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnDomainPropsMixin
@Stability(Stable)
public static interface CfnDomainPropsMixin.S3ExportingConfigProperty
extends software.amazon.jsii.JsiiSerializable
The S3 location where Identity Resolution Jobs write result files.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.*;
S3ExportingConfigProperty s3ExportingConfigProperty = S3ExportingConfigProperty.builder()
.s3BucketName("s3BucketName")
.s3KeyName("s3KeyName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomainPropsMixin.S3ExportingConfigPropertystatic final classAn implementation forCfnDomainPropsMixin.S3ExportingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3BucketName
The name of the S3 bucket where Identity Resolution Jobs write result files.- See Also:
-
getS3KeyName
The S3 key name of the location where Identity Resolution Jobs write result files.- See Also:
-
builder
-