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 NumberThe maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.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- See Also:
-
getBaseCapacity
Description copied from interface:CfnWorkgroupPropsThe base compute capacity of the workgroup in Redshift Processing Units (RPUs).- Specified by:
getBaseCapacityin interfaceCfnWorkgroupProps- See Also:
-
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,max_query_execution_time, andrequire_ssl.- Specified by:
getConfigParametersin interfaceCfnWorkgroupProps- See Also:
-
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.Default: - false
- Specified by:
getEnhancedVpcRoutingin interfaceCfnWorkgroupProps- See Also:
-
getMaxCapacity
Description copied from interface:CfnWorkgroupPropsThe maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.The max capacity is specified in RPUs.
- Specified by:
getMaxCapacityin interfaceCfnWorkgroupProps- See Also:
-
getNamespaceName
Description copied from interface:CfnWorkgroupPropsThe namespace the workgroup is associated with.- Specified by:
getNamespaceNamein interfaceCfnWorkgroupProps- See Also:
-
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- See Also:
-
getPubliclyAccessible
Description copied from interface:CfnWorkgroupPropsA value that specifies whether the workgroup can be accessible from a public network.Default: - false
- Specified by:
getPubliclyAccessiblein interfaceCfnWorkgroupProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnWorkgroupPropsA list of security group IDs to associate with the workgroup.- Specified by:
getSecurityGroupIdsin interfaceCfnWorkgroupProps- See Also:
-
getSubnetIds
Description copied from interface:CfnWorkgroupPropsA list of subnet IDs the workgroup is associated with.- Specified by:
getSubnetIdsin interfaceCfnWorkgroupProps- See Also:
-
getTags
Description copied from interface:CfnWorkgroupPropsThe map of the key-value pairs used to tag the workgroup.- Specified by:
getTagsin interfaceCfnWorkgroupProps- See Also:
-
$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()
-