
com.pulumi.aws.customerprofiles.inputs.DomainMatchingAutoMergingConflictResolutionArgs 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 DomainMatchingAutoMergingConflictResolutionArgs extends com.pulumi.resources.ResourceArgs {
public static final DomainMatchingAutoMergingConflictResolutionArgs Empty = new DomainMatchingAutoMergingConflictResolutionArgs();
/**
* How the auto-merging process should resolve conflicts between different profiles. Valid values are `RECENCY` and `SOURCE`
*
*/
@Import(name="conflictResolvingModel", required=true)
private Output conflictResolvingModel;
/**
* @return How the auto-merging process should resolve conflicts between different profiles. Valid values are `RECENCY` and `SOURCE`
*
*/
public Output conflictResolvingModel() {
return this.conflictResolvingModel;
}
/**
* The `ObjectType` name that is used to resolve profile merging conflicts when choosing `SOURCE` as the `ConflictResolvingModel`.
*
*/
@Import(name="sourceName")
private @Nullable Output sourceName;
/**
* @return The `ObjectType` name that is used to resolve profile merging conflicts when choosing `SOURCE` as the `ConflictResolvingModel`.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy