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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.workspacesweb.CfnNetworkSettingsProps
CfnNetworkSettingsProps.Builder, CfnNetworkSettingsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkSettingsProps.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 booleanOne 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 StringgetVpcId()The VPC that streaming instances will connect to.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 theCfnNetworkSettingsProps.Builder.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnNetworkSettingsPropsOne or more security groups used to control access from streaming instances to your VPC.Pattern :
^[\w+\-]+$- Specified by:
getSecurityGroupIdsin interfaceCfnNetworkSettingsProps- See Also:
-
getSubnetIds
Description copied from interface:CfnNetworkSettingsPropsThe 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:
getSubnetIdsin interfaceCfnNetworkSettingsProps- See Also:
-
getVpcId
Description copied from interface:CfnNetworkSettingsPropsThe VPC that streaming instances will connect to.Pattern :
^vpc-[0-9a-z]*$- Specified by:
getVpcIdin interfaceCfnNetworkSettingsProps- See Also:
-
getTags
Description copied from interface:CfnNetworkSettingsPropsThe tags to add to the network settings resource.A tag is a key-value pair.
- Specified by:
getTagsin interfaceCfnNetworkSettingsProps- 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()
-