Class CfnServicePropsMixin.VpcLatticeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnServicePropsMixin.VpcLatticeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.VpcLatticeConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.VpcLatticeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.VpcLatticeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.VpcLatticeConfigurationProperty
An implementation for
CfnServicePropsMixin.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.cfnpropertymixins.services.ecs.CfnServicePropsMixin.VpcLatticeConfigurationProperty
CfnServicePropsMixin.VpcLatticeConfigurationProperty.Builder, CfnServicePropsMixin.VpcLatticeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.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 theCfnServicePropsMixin.VpcLatticeConfigurationProperty.Builder.
-
-
Method Details
-
getPortName
Description copied from interface:CfnServicePropsMixin.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 interfaceCfnServicePropsMixin.VpcLatticeConfigurationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnServicePropsMixin.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 interfaceCfnServicePropsMixin.VpcLatticeConfigurationProperty- See Also:
-
getTargetGroupArn
Description copied from interface:CfnServicePropsMixin.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 interfaceCfnServicePropsMixin.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()
-