Class PipeTargetParametersEcsTaskParametersArgs.Builder

    • Method Detail

      • capacityProviderStrategies

        public PipeTargetParametersEcsTaskParametersArgs.Builder capacityProviderStrategies​(@Nullable
                                                                                            com.pulumi.core.Output<java.util.List<PipeTargetParametersEcsTaskParametersCapacityProviderStrategyArgs>> capacityProviderStrategies)
        Parameters:
        capacityProviderStrategies - List of capacity provider strategies to use for the task. If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used. Detailed below.
        Returns:
        builder
      • enableEcsManagedTags

        public PipeTargetParametersEcsTaskParametersArgs.Builder enableEcsManagedTags​(@Nullable
                                                                                      com.pulumi.core.Output<java.lang.Boolean> enableEcsManagedTags)
        Parameters:
        enableEcsManagedTags - Specifies whether to enable Amazon ECS managed tags for the task. Valid values: true, false.
        Returns:
        builder
      • enableEcsManagedTags

        public PipeTargetParametersEcsTaskParametersArgs.Builder enableEcsManagedTags​(java.lang.Boolean enableEcsManagedTags)
        Parameters:
        enableEcsManagedTags - Specifies whether to enable Amazon ECS managed tags for the task. Valid values: true, false.
        Returns:
        builder
      • enableExecuteCommand

        public PipeTargetParametersEcsTaskParametersArgs.Builder enableExecuteCommand​(@Nullable
                                                                                      com.pulumi.core.Output<java.lang.Boolean> enableExecuteCommand)
        Parameters:
        enableExecuteCommand - Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task. Valid values: true, false.
        Returns:
        builder
      • enableExecuteCommand

        public PipeTargetParametersEcsTaskParametersArgs.Builder enableExecuteCommand​(java.lang.Boolean enableExecuteCommand)
        Parameters:
        enableExecuteCommand - Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task. Valid values: true, false.
        Returns:
        builder
      • group

        public PipeTargetParametersEcsTaskParametersArgs.Builder group​(@Nullable
                                                                       com.pulumi.core.Output<java.lang.String> group)
        Parameters:
        group - Specifies an Amazon ECS task group for the task. The maximum length is 255 characters.
        Returns:
        builder
      • launchType

        public PipeTargetParametersEcsTaskParametersArgs.Builder launchType​(@Nullable
                                                                            com.pulumi.core.Output<java.lang.String> launchType)
        Parameters:
        launchType - Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where AWS Fargate with Amazon ECS is supported. Valid Values: EC2, FARGATE, EXTERNAL
        Returns:
        builder
      • launchType

        public PipeTargetParametersEcsTaskParametersArgs.Builder launchType​(java.lang.String launchType)
        Parameters:
        launchType - Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where AWS Fargate with Amazon ECS is supported. Valid Values: EC2, FARGATE, EXTERNAL
        Returns:
        builder
      • networkConfiguration

        public PipeTargetParametersEcsTaskParametersArgs.Builder networkConfiguration​(@Nullable
                                                                                      com.pulumi.core.Output<PipeTargetParametersEcsTaskParametersNetworkConfigurationArgs> networkConfiguration)
        Parameters:
        networkConfiguration - Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks. If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails. Detailed below.
        Returns:
        builder
      • networkConfiguration

        public PipeTargetParametersEcsTaskParametersArgs.Builder networkConfiguration​(PipeTargetParametersEcsTaskParametersNetworkConfigurationArgs networkConfiguration)
        Parameters:
        networkConfiguration - Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks. If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails. Detailed below.
        Returns:
        builder
      • platformVersion

        public PipeTargetParametersEcsTaskParametersArgs.Builder platformVersion​(@Nullable
                                                                                 com.pulumi.core.Output<java.lang.String> platformVersion)
        Parameters:
        platformVersion - Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0. This structure is used only if LaunchType is FARGATE.
        Returns:
        builder
      • platformVersion

        public PipeTargetParametersEcsTaskParametersArgs.Builder platformVersion​(java.lang.String platformVersion)
        Parameters:
        platformVersion - Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0. This structure is used only if LaunchType is FARGATE.
        Returns:
        builder
      • propagateTags

        public PipeTargetParametersEcsTaskParametersArgs.Builder propagateTags​(@Nullable
                                                                               com.pulumi.core.Output<java.lang.String> propagateTags)
        Parameters:
        propagateTags - Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action. Valid Values: TASK_DEFINITION
        Returns:
        builder
      • propagateTags

        public PipeTargetParametersEcsTaskParametersArgs.Builder propagateTags​(java.lang.String propagateTags)
        Parameters:
        propagateTags - Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action. Valid Values: TASK_DEFINITION
        Returns:
        builder
      • referenceId

        public PipeTargetParametersEcsTaskParametersArgs.Builder referenceId​(@Nullable
                                                                             com.pulumi.core.Output<java.lang.String> referenceId)
        Parameters:
        referenceId - The reference ID to use for the task. Maximum length of 1,024.
        Returns:
        builder
      • tags

        public PipeTargetParametersEcsTaskParametersArgs.Builder tags​(@Nullable
                                                                      com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public PipeTargetParametersEcsTaskParametersArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • taskCount

        public PipeTargetParametersEcsTaskParametersArgs.Builder taskCount​(@Nullable
                                                                           com.pulumi.core.Output<java.lang.Integer> taskCount)
        Parameters:
        taskCount - The number of tasks to create based on TaskDefinition. The default is 1.
        Returns:
        builder
      • taskDefinitionArn

        public PipeTargetParametersEcsTaskParametersArgs.Builder taskDefinitionArn​(com.pulumi.core.Output<java.lang.String> taskDefinitionArn)
        Parameters:
        taskDefinitionArn - The ARN of the task definition to use if the event target is an Amazon ECS task.
        Returns:
        builder
      • taskDefinitionArn

        public PipeTargetParametersEcsTaskParametersArgs.Builder taskDefinitionArn​(java.lang.String taskDefinitionArn)
        Parameters:
        taskDefinitionArn - The ARN of the task definition to use if the event target is an Amazon ECS task.
        Returns:
        builder