Class CfnService.VpcLatticeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnService.VpcLatticeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.VpcLatticeConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.VpcLatticeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.VpcLatticeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.VpcLatticeConfigurationProperty
An implementation for
CfnService.VpcLatticeConfigurationProperty-
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.ecs.CfnService.VpcLatticeConfigurationProperty
CfnService.VpcLatticeConfigurationProperty.Builder, CfnService.VpcLatticeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.VpcLatticeConfigurationProperty.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 name of the port mapping to register in the VPC Lattice target group.final StringThe ARN of the IAM role to associate with this VPC Lattice configuration.final StringThe full Amazon Resource Name (ARN) of the target group or groups associated with the VPC Lattice configuration that the Amazon ECS tasks will be registered to.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 theCfnService.VpcLatticeConfigurationProperty.Builder.
-
-
Method Details
-
getPortName
Description copied from interface:CfnService.VpcLatticeConfigurationPropertyThe name of the port mapping to register in the VPC Lattice target group.This is the name of the
portMappingyou defined in your task definition.- Specified by:
getPortNamein interfaceCfnService.VpcLatticeConfigurationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnService.VpcLatticeConfigurationPropertyThe ARN of the IAM role to associate with this VPC Lattice configuration.This is the Amazon ECS infrastructure IAM role that is used to manage your VPC Lattice infrastructure.
- Specified by:
getRoleArnin interfaceCfnService.VpcLatticeConfigurationProperty- See Also:
-
getTargetGroupArn
Description copied from interface:CfnService.VpcLatticeConfigurationPropertyThe full Amazon Resource Name (ARN) of the target group or groups associated with the VPC Lattice configuration that the Amazon ECS tasks will be registered to.- Specified by:
getTargetGroupArnin interfaceCfnService.VpcLatticeConfigurationProperty- 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()
-