Class CfnWorkspace.VpcConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.grafana.CfnWorkspace.VpcConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspace.VpcConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspace.VpcConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnWorkspace.VpcConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspace.VpcConfigurationProperty
An implementation for
CfnWorkspace.VpcConfigurationProperty
-
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.grafana.CfnWorkspace.VpcConfigurationProperty
CfnWorkspace.VpcConfigurationProperty.Builder, CfnWorkspace.VpcConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkspace.VpcConfigurationProperty.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
The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.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 theCfnWorkspace.VpcConfigurationProperty.Builder
.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnWorkspace.VpcConfigurationProperty
The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.Duplicates not allowed.
Array Members : Minimum number of 1 items. Maximum number of 5 items.
Length : Minimum length of 0. Maximum length of 255.
- Specified by:
getSecurityGroupIds
in interfaceCfnWorkspace.VpcConfigurationProperty
- See Also:
-
getSubnetIds
Description copied from interface:CfnWorkspace.VpcConfigurationProperty
The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.Duplicates not allowed.
Array Members : Minimum number of 2 items. Maximum number of 6 items.
Length : Minimum length of 0. Maximum length of 255.
- Specified by:
getSubnetIds
in interfaceCfnWorkspace.VpcConfigurationProperty
- 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()
-