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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps
CfnTrafficMirrorTargetProps.Builder, CfnTrafficMirrorTargetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTrafficMirrorTargetProps.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
final String
The description of the Traffic Mirror target.final String
The ID of the Gateway Load Balancer endpoint.final String
The network interface ID that is associated with the target.final String
The 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 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 theCfnTrafficMirrorTargetProps.Builder
.
-
-
Method Details
-
getDescription
Description copied from interface:CfnTrafficMirrorTargetProps
The description of the Traffic Mirror target.- Specified by:
getDescription
in interfaceCfnTrafficMirrorTargetProps
- See Also:
-
getGatewayLoadBalancerEndpointId
Description copied from interface:CfnTrafficMirrorTargetProps
The ID of the Gateway Load Balancer endpoint.- Specified by:
getGatewayLoadBalancerEndpointId
in interfaceCfnTrafficMirrorTargetProps
- See Also:
-
getNetworkInterfaceId
Description copied from interface:CfnTrafficMirrorTargetProps
The network interface ID that is associated with the target.- Specified by:
getNetworkInterfaceId
in interfaceCfnTrafficMirrorTargetProps
- See Also:
-
getNetworkLoadBalancerArn
Description copied from interface:CfnTrafficMirrorTargetProps
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.- Specified by:
getNetworkLoadBalancerArn
in interfaceCfnTrafficMirrorTargetProps
- See Also:
-
getTags
Description copied from interface:CfnTrafficMirrorTargetProps
The tags to assign to the Traffic Mirror target.- Specified by:
getTags
in interfaceCfnTrafficMirrorTargetProps
- 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()
-