Class VpcInterfaceFromNetworkInterfacesProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.VpcInterfaceFromNetworkInterfacesProps.Jsii$Proxy
- All Implemented Interfaces:
VpcInterfaceFromNetworkInterfacesProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VpcInterfaceFromNetworkInterfacesProps
@Stability(Experimental)
@Internal
public static final class VpcInterfaceFromNetworkInterfacesProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VpcInterfaceFromNetworkInterfacesProps
An implementation for
VpcInterfaceFromNetworkInterfacesProps-
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.mediaconnect.alpha.VpcInterfaceFromNetworkInterfacesProps
VpcInterfaceFromNetworkInterfacesProps.Builder, VpcInterfaceFromNetworkInterfacesProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theVpcInterfaceFromNetworkInterfacesProps.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 boolean(experimental) IDs of the pre-created network interfaces to reuse.final IRolegetRole()(experimental) IAM role that MediaConnect assumes to access the ENIs.final List<ISecurityGroup> (experimental) Security groups applied to the existing ENIs.final ISubnet(experimental) Subnet where the existing ENIs live.final String(experimental) Unique name for this VPC interface within the flow.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 theVpcInterfaceFromNetworkInterfacesProps.Builder.
-
-
Method Details
-
getNetworkInterfaceIds
Description copied from interface:VpcInterfaceFromNetworkInterfacesProps(experimental) IDs of the pre-created network interfaces to reuse.- Specified by:
getNetworkInterfaceIdsin interfaceVpcInterfaceFromNetworkInterfacesProps
-
getRole
Description copied from interface:VpcInterfaceFromNetworkInterfacesProps(experimental) IAM role that MediaConnect assumes to access the ENIs.- Specified by:
getRolein interfaceVpcInterfaceFromNetworkInterfacesProps
-
getSecurityGroups
Description copied from interface:VpcInterfaceFromNetworkInterfacesProps(experimental) Security groups applied to the existing ENIs.- Specified by:
getSecurityGroupsin interfaceVpcInterfaceFromNetworkInterfacesProps
-
getSubnet
Description copied from interface:VpcInterfaceFromNetworkInterfacesProps(experimental) Subnet where the existing ENIs live.Must be in the same Availability Zone as the flow.
- Specified by:
getSubnetin interfaceVpcInterfaceFromNetworkInterfacesProps
-
getVpcInterfaceName
Description copied from interface:VpcInterfaceFromNetworkInterfacesProps(experimental) Unique name for this VPC interface within the flow.Cannot be changed after creation.
- Specified by:
getVpcInterfaceNamein interfaceVpcInterfaceFromNetworkInterfacesProps
-
$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()
-