Class CfnTrafficMirrorTargetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTrafficMirrorTargetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTrafficMirrorTargetProps
@Stability(Stable)
@Internal
public static final class CfnTrafficMirrorTargetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrafficMirrorTargetProps
An implementation for
CfnTrafficMirrorTargetProps-
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.ec2.CfnTrafficMirrorTargetProps
CfnTrafficMirrorTargetProps.Builder, CfnTrafficMirrorTargetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTrafficMirrorTargetProps.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 booleanfinal StringThe description of the Traffic Mirror target.final StringThe ID of the Gateway Load Balancer endpoint.final StringThe network interface ID that is associated with the target.final StringThe Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.getTags()The tags to assign to the Traffic Mirror target.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 theCfnTrafficMirrorTargetProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnTrafficMirrorTargetPropsThe description of the Traffic Mirror target.- Specified by:
getDescriptionin interfaceCfnTrafficMirrorTargetProps
-
getGatewayLoadBalancerEndpointId
Description copied from interface:CfnTrafficMirrorTargetPropsThe ID of the Gateway Load Balancer endpoint.- Specified by:
getGatewayLoadBalancerEndpointIdin interfaceCfnTrafficMirrorTargetProps
-
getNetworkInterfaceId
Description copied from interface:CfnTrafficMirrorTargetPropsThe network interface ID that is associated with the target.- Specified by:
getNetworkInterfaceIdin interfaceCfnTrafficMirrorTargetProps
-
getNetworkLoadBalancerArn
Description copied from interface:CfnTrafficMirrorTargetPropsThe Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.- Specified by:
getNetworkLoadBalancerArnin interfaceCfnTrafficMirrorTargetProps
-
getTags
Description copied from interface:CfnTrafficMirrorTargetPropsThe tags to assign to the Traffic Mirror target.- Specified by:
getTagsin interfaceCfnTrafficMirrorTargetProps
-
$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()
-