public static final class CfnTrafficMirrorTargetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTrafficMirrorTargetProps
CfnTrafficMirrorTargetProps
CfnTrafficMirrorTargetProps.Builder, CfnTrafficMirrorTargetProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
The description of the Traffic Mirror target.
|
java.lang.String |
getGatewayLoadBalancerEndpointId()
`AWS::EC2::TrafficMirrorTarget.GatewayLoadBalancerEndpointId`.
|
java.lang.String |
getNetworkInterfaceId()
The network interface ID that is associated with the target.
|
java.lang.String |
getNetworkLoadBalancerArn()
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
|
java.util.List<CfnTag> |
getTags()
The tags to assign to the Traffic Mirror target.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDescription()
CfnTrafficMirrorTargetProps
getDescription
in interface CfnTrafficMirrorTargetProps
public final java.lang.String getGatewayLoadBalancerEndpointId()
CfnTrafficMirrorTargetProps
getGatewayLoadBalancerEndpointId
in interface CfnTrafficMirrorTargetProps
public final java.lang.String getNetworkInterfaceId()
CfnTrafficMirrorTargetProps
getNetworkInterfaceId
in interface CfnTrafficMirrorTargetProps
public final java.lang.String getNetworkLoadBalancerArn()
CfnTrafficMirrorTargetProps
getNetworkLoadBalancerArn
in interface CfnTrafficMirrorTargetProps
public final java.util.List<CfnTag> getTags()
CfnTrafficMirrorTargetProps
getTags
in interface CfnTrafficMirrorTargetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()