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
ConstructorsModifierConstructorDescriptionprotected
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 Number
The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.final String
The namespace the workgroup is associated with.final Object
An object that represents the price performance target settings for the workgroup.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
- See Also:
-
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_sensitive_identifier
,enable_user_activity_logging
,query_group
,search_path
,require_ssl
,use_fips_ssl
, 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
- See Also:
-
getCreationDate
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The creation date of the workgroup.- Specified by:
getCreationDate
in interfaceCfnWorkgroup.WorkgroupProperty
- See Also:
-
getEndpoint
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The endpoint that is created from the workgroup.- Specified by:
getEndpoint
in interfaceCfnWorkgroup.WorkgroupProperty
- See Also:
-
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
- See Also:
-
getMaxCapacity
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.The max capacity is specified in RPUs.
- Specified by:
getMaxCapacity
in interfaceCfnWorkgroup.WorkgroupProperty
- See Also:
-
getNamespaceName
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The namespace the workgroup is associated with.- Specified by:
getNamespaceName
in interfaceCfnWorkgroup.WorkgroupProperty
- See Also:
-
getPricePerformanceTarget
Description copied from interface:CfnWorkgroup.WorkgroupProperty
An object that represents the price performance target settings for the workgroup.- Specified by:
getPricePerformanceTarget
in interfaceCfnWorkgroup.WorkgroupProperty
- See Also:
-
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
- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnWorkgroup.WorkgroupProperty
An array of security group IDs to associate with the workgroup.- Specified by:
getSecurityGroupIds
in interfaceCfnWorkgroup.WorkgroupProperty
- See Also:
-
getStatus
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The status of the workgroup.- Specified by:
getStatus
in interfaceCfnWorkgroup.WorkgroupProperty
- See Also:
-
getSubnetIds
Description copied from interface:CfnWorkgroup.WorkgroupProperty
An array of subnet IDs the workgroup is associated with.- Specified by:
getSubnetIds
in interfaceCfnWorkgroup.WorkgroupProperty
- See Also:
-
getWorkgroupArn
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The Amazon Resource Name (ARN) that links to the workgroup.- Specified by:
getWorkgroupArn
in interfaceCfnWorkgroup.WorkgroupProperty
- See Also:
-
getWorkgroupId
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The unique identifier of the workgroup.- Specified by:
getWorkgroupId
in interfaceCfnWorkgroup.WorkgroupProperty
- See Also:
-
getWorkgroupName
Description copied from interface:CfnWorkgroup.WorkgroupProperty
The name of the workgroup.- Specified by:
getWorkgroupName
in interfaceCfnWorkgroup.WorkgroupProperty
- 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()
-