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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWorkgroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkgroupProps.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 TypeMethodDescriptioncom.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 Number
The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.final String
The namespace the workgroup is associated with.final Number
getPort()
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.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 String
The name of the workgroup.final int
hashCode()
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:CfnWorkgroupProps
The name of the workgroup.- Specified by:
getWorkgroupName
in interfaceCfnWorkgroupProps
- See Also:
-
getBaseCapacity
Description copied from interface:CfnWorkgroupProps
The base compute capacity of the workgroup in Redshift Processing Units (RPUs).- Specified by:
getBaseCapacity
in interfaceCfnWorkgroupProps
- See Also:
-
getConfigParameters
Description copied from interface:CfnWorkgroupProps
A list of parameters to set for finer control over a database.Available options are
datestyle
,enable_user_activity_logging
,query_group
,search_path
,max_query_execution_time
, andrequire_ssl
.- Specified by:
getConfigParameters
in interfaceCfnWorkgroupProps
- See Also:
-
getEnhancedVpcRouting
Description copied from interface:CfnWorkgroupProps
The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.Default: - false
- Specified by:
getEnhancedVpcRouting
in interfaceCfnWorkgroupProps
- See Also:
-
getMaxCapacity
Description copied from interface:CfnWorkgroupProps
The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.The max capacity is specified in RPUs.
- Specified by:
getMaxCapacity
in interfaceCfnWorkgroupProps
- See Also:
-
getNamespaceName
Description copied from interface:CfnWorkgroupProps
The namespace the workgroup is associated with.- Specified by:
getNamespaceName
in interfaceCfnWorkgroupProps
- See Also:
-
getPort
Description copied from interface:CfnWorkgroupProps
The custom port to use when connecting to a workgroup.Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.
- Specified by:
getPort
in interfaceCfnWorkgroupProps
- See Also:
-
getPubliclyAccessible
Description copied from interface:CfnWorkgroupProps
A value that specifies whether the workgroup can be accessible from a public network.Default: - false
- Specified by:
getPubliclyAccessible
in interfaceCfnWorkgroupProps
- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnWorkgroupProps
A list of security group IDs to associate with the workgroup.- Specified by:
getSecurityGroupIds
in interfaceCfnWorkgroupProps
- See Also:
-
getSubnetIds
Description copied from interface:CfnWorkgroupProps
A list of subnet IDs the workgroup is associated with.- Specified by:
getSubnetIds
in interfaceCfnWorkgroupProps
- See Also:
-
getTags
Description copied from interface:CfnWorkgroupProps
The map of the key-value pairs used to tag the workgroup.- Specified by:
getTags
in interfaceCfnWorkgroupProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-