Class CfnWorkspacePropsMixin.VpcConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.grafana.CfnWorkspacePropsMixin.VpcConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspacePropsMixin.VpcConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspacePropsMixin.VpcConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnWorkspacePropsMixin.VpcConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspacePropsMixin.VpcConfigurationProperty
An implementation for
CfnWorkspacePropsMixin.VpcConfigurationProperty-
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.cfnpropertymixins.services.grafana.CfnWorkspacePropsMixin.VpcConfigurationProperty
CfnWorkspacePropsMixin.VpcConfigurationProperty.Builder, CfnWorkspacePropsMixin.VpcConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkspacePropsMixin.VpcConfigurationProperty.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 booleanThe 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 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 theCfnWorkspacePropsMixin.VpcConfigurationProperty.Builder.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnWorkspacePropsMixin.VpcConfigurationPropertyThe 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:
getSecurityGroupIdsin interfaceCfnWorkspacePropsMixin.VpcConfigurationProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnWorkspacePropsMixin.VpcConfigurationPropertyThe 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:
getSubnetIdsin interfaceCfnWorkspacePropsMixin.VpcConfigurationProperty- 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()
-