com.pulumi.aws.customerprofiles.inputs.DomainRuleBasedMatchingExportingConfigS3ExportingArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.customerprofiles.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class DomainRuleBasedMatchingExportingConfigS3ExportingArgs extends com.pulumi.resources.ResourceArgs {
public static final DomainRuleBasedMatchingExportingConfigS3ExportingArgs Empty = new DomainRuleBasedMatchingExportingConfigS3ExportingArgs();
/**
* The name of the S3 bucket where Identity Resolution Jobs write result files.
*
*/
@Import(name="s3BucketName", required=true)
private Output s3BucketName;
/**
* @return The name of the S3 bucket where Identity Resolution Jobs write result files.
*
*/
public Output s3BucketName() {
return this.s3BucketName;
}
/**
* The S3 key name of the location where Identity Resolution Jobs write result files.
*
*/
@Import(name="s3KeyName")
private @Nullable Output s3KeyName;
/**
* @return The S3 key name of the location where Identity Resolution Jobs write result files.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy