Class CfnNetworkSettingsMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnNetworkSettingsMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkSettingsMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkSettingsMixinProps
@Stability(Stable)
@Internal
public static final class CfnNetworkSettingsMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkSettingsMixinProps
An implementation for
CfnNetworkSettingsMixinProps-
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.workspacesweb.CfnNetworkSettingsMixinProps
CfnNetworkSettingsMixinProps.Builder, CfnNetworkSettingsMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkSettingsMixinProps.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 theCfnNetworkSettingsMixinProps.Builder.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnNetworkSettingsMixinPropsOne or more security groups used to control access from streaming instances to your VPC.Pattern :
^[\w+\-]+$- Specified by:
getSecurityGroupIdsin interfaceCfnNetworkSettingsMixinProps- See Also:
-
getSubnetIds
Description copied from interface:CfnNetworkSettingsMixinPropsThe 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 interfaceCfnNetworkSettingsMixinProps- See Also:
-
getTags
Description copied from interface:CfnNetworkSettingsMixinPropsThe tags to add to the network settings resource.A tag is a key-value pair.
- Specified by:
getTagsin interfaceCfnNetworkSettingsMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnNetworkSettingsMixinPropsThe VPC that streaming instances will connect to.Pattern :
^vpc-[0-9a-z]*$- Specified by:
getVpcIdin interfaceCfnNetworkSettingsMixinProps- 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()
-