Class ExperimentTemplateTargetArgs


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

      • filters

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ExperimentTemplateTargetFilterArgs>>> filters()
        Returns:
        Filter(s) for the target. Filters can be used to select resources based on specific attributes returned by the respective describe action of the resource type. For more information, see [Targets for AWS FIS](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#target-filters). See below.
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        Friendly name given to the target.
      • parameters

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> parameters()
        Returns:
        The resource type parameters. > **NOTE:** The `target` configuration block requires either `resource_arns` or `resource_tag`.
      • resourceArns

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> resourceArns()
        Returns:
        Set of ARNs of the resources to target with an action. Conflicts with `resource_tag`.
      • resourceTags

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ExperimentTemplateTargetResourceTagArgs>>> resourceTags()
        Returns:
        Tag(s) the resources need to have to be considered a valid target for an action. Conflicts with `resource_arns`. See below.
      • resourceType

        public com.pulumi.core.Output<java.lang.String> resourceType()
        Returns:
        AWS resource type. The resource type must be supported for the specified action. To find out what resource types are supported, see [Targets for AWS FIS](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#resource-types).
      • selectionMode

        public com.pulumi.core.Output<java.lang.String> selectionMode()
        Returns:
        Scopes the identified resources. Valid values are `ALL` (all identified resources), `COUNT(n)` (randomly select `n` of the identified resources), `PERCENT(n)` (randomly select `n` percent of the identified resources).