Class ProxyEndpointState


  • public final class ProxyEndpointState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ProxyEndpointState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()  
      static ProxyEndpointState.Builder builder()  
      static ProxyEndpointState.Builder builder​(ProxyEndpointState defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> dbProxyEndpointName()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> dbProxyName()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> endpoint()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isDefault()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
      Deprecated.
      Please use `tags` instead.
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> targetRole()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> vpcId()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> vpcSecurityGroupIds()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> vpcSubnetIds()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The Amazon Resource Name (ARN) for the proxy endpoint.
      • dbProxyEndpointName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dbProxyEndpointName()
        Returns:
        The identifier for the proxy endpoint. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.
      • dbProxyName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dbProxyName()
        Returns:
        The name of the DB proxy associated with the DB proxy endpoint that you create.
      • endpoint

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> endpoint()
        Returns:
        The endpoint that you can use to connect to the proxy. You include the endpoint value in the connection string for a database client application.
      • isDefault

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isDefault()
        Returns:
        Indicates whether this endpoint is the default endpoint for the associated DB proxy.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A mapping of tags to assign to the resource.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
      • targetRole

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> targetRole()
        Returns:
        Indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is `READ_WRITE`. Valid values are `READ_WRITE` and `READ_ONLY`.
      • vpcId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> vpcId()
        Returns:
        The VPC ID of the DB proxy endpoint.
      • vpcSecurityGroupIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> vpcSecurityGroupIds()
        Returns:
        One or more VPC security group IDs to associate with the new proxy.
      • vpcSubnetIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> vpcSubnetIds()
        Returns:
        One or more VPC subnet IDs to associate with the new proxy.