Class CommonTaskDefinitionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CommonTaskDefinitionProps.Jsii$Proxy
All Implemented Interfaces:
CommonTaskDefinitionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CommonTaskDefinitionProps

@Stability(Stable) @Internal public static final class CommonTaskDefinitionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CommonTaskDefinitionProps
An implementation for CommonTaskDefinitionProps
  • 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

      protected Jsii$Proxy(CommonTaskDefinitionProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CommonTaskDefinitionProps.Builder.
  • Method Details

    • getExecutionRole

      public final IRole getExecutionRole()
      Description copied from interface: CommonTaskDefinitionProps
      The name of the IAM task execution role that grants the ECS agent permission to call AWS APIs on your behalf.

      The role will be used to retrieve container images from ECR and create CloudWatch log groups.

      Default: - An execution role will be automatically created if you use ECR images in your task definition.

      Specified by:
      getExecutionRole in interface CommonTaskDefinitionProps
    • getFamily

      public final String getFamily()
      Description copied from interface: CommonTaskDefinitionProps
      The name of a family that this task definition is registered to.

      A family groups multiple versions of a task definition.

      Default: - Automatically generated name.

      Specified by:
      getFamily in interface CommonTaskDefinitionProps
    • getProxyConfiguration

      public final ProxyConfiguration getProxyConfiguration()
      Description copied from interface: CommonTaskDefinitionProps
      The configuration details for the App Mesh proxy.

      Default: - No proxy configuration.

      Specified by:
      getProxyConfiguration in interface CommonTaskDefinitionProps
    • getTaskRole

      public final IRole getTaskRole()
      Description copied from interface: CommonTaskDefinitionProps
      The name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.

      Default: - A task role is automatically created for you.

      Specified by:
      getTaskRole in interface CommonTaskDefinitionProps
    • getVolumes

      public final List<Volume> getVolumes()
      Description copied from interface: CommonTaskDefinitionProps
      The list of volume definitions for the task.

      For more information, see Task Definition Parameter Volumes.

      Default: - No volumes are passed to the Docker daemon on a container instance.

      Specified by:
      getVolumes in interface CommonTaskDefinitionProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object