Class CfnNetworkSettingsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.workspacesweb.CfnNetworkSettingsProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkSettingsProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkSettingsProps
@Stability(Stable)
@Internal
public static final class CfnNetworkSettingsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkSettingsProps
An implementation for
CfnNetworkSettingsProps
-
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.workspacesweb.CfnNetworkSettingsProps
CfnNetworkSettingsProps.Builder, CfnNetworkSettingsProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnNetworkSettingsProps.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
One or more security groups used to control access from streaming instances to your VPC.The subnets in which network interfaces are created to connect streaming instances to your VPC.getTags()
The tags to add to the network settings resource.final String
getVpcId()
The VPC that streaming instances will connect to.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 theCfnNetworkSettingsProps.Builder
.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnNetworkSettingsProps
One or more security groups used to control access from streaming instances to your VPC.Pattern :
^[\w+\-]+$
- Specified by:
getSecurityGroupIds
in interfaceCfnNetworkSettingsProps
- See Also:
-
getSubnetIds
Description copied from interface:CfnNetworkSettingsProps
The subnets in which network interfaces are created to connect streaming instances to your VPC.At least two of these subnets must be in different availability zones.
Pattern :
^subnet-([0-9a-f]{8}|[0-9a-f]{17})$
- Specified by:
getSubnetIds
in interfaceCfnNetworkSettingsProps
- See Also:
-
getVpcId
Description copied from interface:CfnNetworkSettingsProps
The VPC that streaming instances will connect to.Pattern :
^vpc-[0-9a-z]*$
- Specified by:
getVpcId
in interfaceCfnNetworkSettingsProps
- See Also:
-
getTags
Description copied from interface:CfnNetworkSettingsProps
The tags to add to the network settings resource.A tag is a key-value pair.
- Specified by:
getTags
in interfaceCfnNetworkSettingsProps
- 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()
-