Class CfnWorkgroupProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnWorkgroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWorkgroupProps
An implementation for CfnWorkgroupProps
  • 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.redshiftserverless.CfnWorkgroupProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnWorkgroupProps.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 Number
    The base compute capacity of the workgroup in Redshift Processing Units (RPUs).
    final Object
    A list of parameters to set for finer control over a database.
    final Object
    The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.
    final String
    The namespace the workgroup is associated with.
    final Number
    The custom port to use when connecting to a workgroup.
    final Object
    A value that specifies whether the workgroup can be accessible from a public network.
    final List<String>
    A list of security group IDs to associate with the workgroup.
    final List<String>
    A list of subnet IDs the workgroup is associated with.
    final List<CfnTag>
    The map of the key-value pairs used to tag the workgroup.
    final String
    The name of the workgroup.
    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
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnWorkgroupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnWorkgroupProps.Builder.
  • Method Details