
com.pulumi.aws.dms.inputs.GetEndpointPlainArgs 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.dms.inputs;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class GetEndpointPlainArgs extends com.pulumi.resources.InvokeArgs {
public static final GetEndpointPlainArgs Empty = new GetEndpointPlainArgs();
/**
* Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.
*
*/
@Import(name="endpointId", required=true)
private String endpointId;
/**
* @return Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.
*
*/
public String endpointId() {
return this.endpointId;
}
@Import(name="tags")
private @Nullable Map tags;
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy