Class CfnInput.InputVpcRequestProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnInput.InputVpcRequestProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInput.InputVpcRequestProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInput.InputVpcRequestProperty
@Stability(Stable)
@Internal
public static final class CfnInput.InputVpcRequestProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInput.InputVpcRequestProperty
An implementation for
CfnInput.InputVpcRequestProperty
-
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.medialive.CfnInput.InputVpcRequestProperty
CfnInput.InputVpcRequestProperty.Builder, CfnInput.InputVpcRequestProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInput.InputVpcRequestProperty.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 up to five VPC security group IDs to attach to the input VPC network interfaces.The list of two VPC subnet IDs from the same VPC.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 theCfnInput.InputVpcRequestProperty.Builder
.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnInput.InputVpcRequestProperty
The list of up to five VPC security group IDs to attach to the input VPC network interfaces.The security groups require subnet IDs. If none are specified, MediaLive uses the VPC default security group.
- Specified by:
getSecurityGroupIds
in interfaceCfnInput.InputVpcRequestProperty
- See Also:
-
getSubnetIds
Description copied from interface:CfnInput.InputVpcRequestProperty
The list of two VPC subnet IDs from the same VPC.You must associate subnet IDs to two unique Availability Zones.
- Specified by:
getSubnetIds
in interfaceCfnInput.InputVpcRequestProperty
- 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()
-