Class CfnDBProxyProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBProxyProps.Jsii$Proxy
All Implemented Interfaces:
CfnDBProxyProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDBProxyProps

@Stability(Stable) @Internal public static final class CfnDBProxyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBProxyProps
An implementation for CfnDBProxyProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnDBProxyProps

    CfnDBProxyProps.Builder, CfnDBProxyProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnDBProxyProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    The authorization mechanism that the proxy uses.
    final String
    The identifier for the proxy.
    final Object
    Specifies whether the proxy includes detailed information about SQL statements in its logs.
    final String
    The kinds of databases that the proxy can connect to.
    final Number
    The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
    final Object
    Specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
    final String
    The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
    An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
    final List<String>
    One or more VPC security group IDs to associate with the new proxy.
    final List<String>
    One or more VPC subnet IDs to associate with the new proxy.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait