Class ScheduleTargetEcsParametersNetworkConfigurationArgs


  • public final class ScheduleTargetEcsParametersNetworkConfigurationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • assignPublicIp

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> assignPublicIp()
        Returns:
        Specifies whether the task's elastic network interface receives a public IP address. This attribute is a boolean type, where `true` maps to `ENABLED` and `false` to `DISABLED`. You can specify `true` only when the `launch_type` is set to `FARGATE`.
      • securityGroups

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> securityGroups()
        Returns:
        Set of 1 to 5 Security Group ID-s to be associated with the task. These security groups must all be in the same VPC.
      • subnets

        public com.pulumi.core.Output<java.util.List<java.lang.String>> subnets()
        Returns:
        Set of 1 to 16 subnets to be associated with the task. These subnets must all be in the same VPC.