Class GetOutpostInstanceTypeArgs


  • public final class GetOutpostInstanceTypeArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • arn

        public com.pulumi.core.Output<java.lang.String> arn()
        Returns:
        Outpost ARN. The following arguments are optional:
      • instanceType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> instanceType()
        Returns:
        Desired instance type. Conflicts with `preferred_instance_types`.
      • preferredInstanceTypes

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> preferredInstanceTypes()
        Returns:
        Ordered list of preferred instance types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. Conflicts with `instance_type`.