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