Class CfnWorkgroup.WorkgroupProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshiftserverless.CfnWorkgroup.WorkgroupProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkgroup.WorkgroupProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkgroup.WorkgroupProperty
@Stability(Stable)
@Internal
public static final class CfnWorkgroup.WorkgroupProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkgroup.WorkgroupProperty
An implementation for
CfnWorkgroup.WorkgroupProperty
-
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.CfnWorkgroup.WorkgroupProperty
CfnWorkgroup.WorkgroupProperty.Builder, CfnWorkgroup.WorkgroupProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkgroup.WorkgroupProperty.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 data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).final Object
An array of parameters to set for advanced control over a database.final String
The creation date of the workgroup.final Object
The endpoint that is created from the workgroup.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 Object
A value that specifies whether the workgroup can be accessible from a public network.An array of security group IDs to associate with the workgroup.final String
The status of the workgroup.An array of subnet IDs the workgroup is associated with.final String
The Amazon Resource Name (ARN) that links to the workgroup.final String
The unique identifier of 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 theCfnWorkgroup.WorkgroupProperty.Builder
.
-
-
Method Details
-
getBaseCapacity
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).- Specified by:
getBaseCapacity
in interfaceCfnWorkgroup.WorkgroupProperty
-
getConfigParameters
Description copied from interface:CfnWorkgroup.WorkgroupProperty
An array of parameters to set for advanced control over a database.The options are
auto_mv
,datestyle
,enable_case_sensitivity_identifier
,enable_user_activity_logging
,query_group
, ,search_path
, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless .- Specified by:
getConfigParameters
in interfaceCfnWorkgroup.WorkgroupProperty
-
getCreationDate
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The creation date of the workgroup.- Specified by:
getCreationDate
in interfaceCfnWorkgroup.WorkgroupProperty
-
getEndpoint
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The endpoint that is created from the workgroup.- Specified by:
getEndpoint
in interfaceCfnWorkgroup.WorkgroupProperty
-
getEnhancedVpcRouting
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The 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:
getEnhancedVpcRouting
in interfaceCfnWorkgroup.WorkgroupProperty
-
getNamespaceName
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The namespace the workgroup is associated with.- Specified by:
getNamespaceName
in interfaceCfnWorkgroup.WorkgroupProperty
-
getPubliclyAccessible
Description copied from interface:CfnWorkgroup.WorkgroupProperty
A value that specifies whether the workgroup can be accessible from a public network.- Specified by:
getPubliclyAccessible
in interfaceCfnWorkgroup.WorkgroupProperty
-
getSecurityGroupIds
Description copied from interface:CfnWorkgroup.WorkgroupProperty
An array of security group IDs to associate with the workgroup.- Specified by:
getSecurityGroupIds
in interfaceCfnWorkgroup.WorkgroupProperty
-
getStatus
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The status of the workgroup.- Specified by:
getStatus
in interfaceCfnWorkgroup.WorkgroupProperty
-
getSubnetIds
Description copied from interface:CfnWorkgroup.WorkgroupProperty
An array of subnet IDs the workgroup is associated with.- Specified by:
getSubnetIds
in interfaceCfnWorkgroup.WorkgroupProperty
-
getWorkgroupArn
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The Amazon Resource Name (ARN) that links to the workgroup.- Specified by:
getWorkgroupArn
in interfaceCfnWorkgroup.WorkgroupProperty
-
getWorkgroupId
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The unique identifier of the workgroup.- Specified by:
getWorkgroupId
in interfaceCfnWorkgroup.WorkgroupProperty
-
getWorkgroupName
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The name of the workgroup.- Specified by:
getWorkgroupName
in interfaceCfnWorkgroup.WorkgroupProperty
-
$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()
-