Class ClusterEndpointArgs


  • public final class ClusterEndpointArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • clusterEndpointIdentifier

        public com.pulumi.core.Output<java.lang.String> clusterEndpointIdentifier()
        Returns:
        The identifier to use for the new endpoint. This parameter is stored as a lowercase string.
      • clusterIdentifier

        public com.pulumi.core.Output<java.lang.String> clusterIdentifier()
        Returns:
        The cluster identifier.
      • customEndpointType

        public com.pulumi.core.Output<java.lang.String> customEndpointType()
        Returns:
        The type of the endpoint. One of: READER , ANY .
      • excludedMembers

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> excludedMembers()
        Returns:
        List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty. Conflicts with `static_members`.
      • staticMembers

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> staticMembers()
        Returns:
        List of DB instance identifiers that are part of the custom endpoint group. Conflicts with `excluded_members`.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.