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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.redshiftserverless.CfnWorkgroupProps
CfnWorkgroupProps.Builder, CfnWorkgroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkgroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkgroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe base compute capacity of the workgroup in Redshift Processing Units (RPUs).final ObjectA list of parameters to set for finer control over a database.final ObjectThe value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.final StringThe namespace the workgroup is associated with.final NumbergetPort()The custom port to use when connecting to a workgroup.final ObjectA value that specifies whether the workgroup can be accessible from a public network.A list of security group IDs to associate with the workgroup.A list of subnet IDs the workgroup is associated with.getTags()The map of the key-value pairs used to tag the workgroup.final StringThe name of the workgroup.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnWorkgroupProps.Builder.
-
-
Method Details
-
getWorkgroupName
Description copied from interface:CfnWorkgroupPropsThe name of the workgroup.- Specified by:
getWorkgroupNamein interfaceCfnWorkgroupProps
-
getBaseCapacity
Description copied from interface:CfnWorkgroupPropsThe base compute capacity of the workgroup in Redshift Processing Units (RPUs).- Specified by:
getBaseCapacityin interfaceCfnWorkgroupProps
-
getConfigParameters
Description copied from interface:CfnWorkgroupPropsA list of parameters to set for finer control over a database.Available options are
datestyle,enable_user_activity_logging,query_group,search_path, andmax_query_execution_time.- Specified by:
getConfigParametersin interfaceCfnWorkgroupProps
-
getEnhancedVpcRouting
Description copied from interface:CfnWorkgroupPropsThe value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.- Specified by:
getEnhancedVpcRoutingin interfaceCfnWorkgroupProps
-
getNamespaceName
Description copied from interface:CfnWorkgroupPropsThe namespace the workgroup is associated with.- Specified by:
getNamespaceNamein interfaceCfnWorkgroupProps
-
getPort
Description copied from interface:CfnWorkgroupPropsThe custom port to use when connecting to a workgroup.Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.
- Specified by:
getPortin interfaceCfnWorkgroupProps
-
getPubliclyAccessible
Description copied from interface:CfnWorkgroupPropsA value that specifies whether the workgroup can be accessible from a public network.- Specified by:
getPubliclyAccessiblein interfaceCfnWorkgroupProps
-
getSecurityGroupIds
Description copied from interface:CfnWorkgroupPropsA list of security group IDs to associate with the workgroup.- Specified by:
getSecurityGroupIdsin interfaceCfnWorkgroupProps
-
getSubnetIds
Description copied from interface:CfnWorkgroupPropsA list of subnet IDs the workgroup is associated with.- Specified by:
getSubnetIdsin interfaceCfnWorkgroupProps
-
getTags
Description copied from interface:CfnWorkgroupPropsThe map of the key-value pairs used to tag the workgroup.- Specified by:
getTagsin interfaceCfnWorkgroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-