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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.redshiftserverless.CfnWorkgroup.WorkgroupProperty
CfnWorkgroup.WorkgroupProperty.Builder, CfnWorkgroup.WorkgroupProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkgroup.WorkgroupProperty.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 data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).final ObjectAn array of parameters to set for advanced control over a database.final StringThe creation date of the workgroup.final ObjectThe endpoint that is created from the workgroup.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 ObjectA 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 StringThe status of the workgroup.An array of subnet IDs the workgroup is associated with.final StringThe Amazon Resource Name (ARN) that links to the workgroup.final StringThe unique identifier of 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 theCfnWorkgroup.WorkgroupProperty.Builder.
-
-
Method Details
-
getBaseCapacity
Description copied from interface:CfnWorkgroup.WorkgroupPropertyThe base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).- Specified by:
getBaseCapacityin interfaceCfnWorkgroup.WorkgroupProperty
-
getConfigParameters
Description copied from interface:CfnWorkgroup.WorkgroupPropertyAn 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:
getConfigParametersin interfaceCfnWorkgroup.WorkgroupProperty
-
getCreationDate
Description copied from interface:CfnWorkgroup.WorkgroupPropertyThe creation date of the workgroup.- Specified by:
getCreationDatein interfaceCfnWorkgroup.WorkgroupProperty
-
getEndpoint
Description copied from interface:CfnWorkgroup.WorkgroupPropertyThe endpoint that is created from the workgroup.- Specified by:
getEndpointin interfaceCfnWorkgroup.WorkgroupProperty
-
getEnhancedVpcRouting
Description copied from interface:CfnWorkgroup.WorkgroupPropertyThe 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 interfaceCfnWorkgroup.WorkgroupProperty
-
getNamespaceName
Description copied from interface:CfnWorkgroup.WorkgroupPropertyThe namespace the workgroup is associated with.- Specified by:
getNamespaceNamein interfaceCfnWorkgroup.WorkgroupProperty
-
getPubliclyAccessible
Description copied from interface:CfnWorkgroup.WorkgroupPropertyA value that specifies whether the workgroup can be accessible from a public network.- Specified by:
getPubliclyAccessiblein interfaceCfnWorkgroup.WorkgroupProperty
-
getSecurityGroupIds
Description copied from interface:CfnWorkgroup.WorkgroupPropertyAn array of security group IDs to associate with the workgroup.- Specified by:
getSecurityGroupIdsin interfaceCfnWorkgroup.WorkgroupProperty
-
getStatus
Description copied from interface:CfnWorkgroup.WorkgroupPropertyThe status of the workgroup.- Specified by:
getStatusin interfaceCfnWorkgroup.WorkgroupProperty
-
getSubnetIds
Description copied from interface:CfnWorkgroup.WorkgroupPropertyAn array of subnet IDs the workgroup is associated with.- Specified by:
getSubnetIdsin interfaceCfnWorkgroup.WorkgroupProperty
-
getWorkgroupArn
Description copied from interface:CfnWorkgroup.WorkgroupPropertyThe Amazon Resource Name (ARN) that links to the workgroup.- Specified by:
getWorkgroupArnin interfaceCfnWorkgroup.WorkgroupProperty
-
getWorkgroupId
Description copied from interface:CfnWorkgroup.WorkgroupPropertyThe unique identifier of the workgroup.- Specified by:
getWorkgroupIdin interfaceCfnWorkgroup.WorkgroupProperty
-
getWorkgroupName
Description copied from interface:CfnWorkgroup.WorkgroupPropertyThe name of the workgroup.- Specified by:
getWorkgroupNamein interfaceCfnWorkgroup.WorkgroupProperty
-
$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()
-