Spot · Schema

AWSCredentialsRequest

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
credentials object
View JSON Schema on GitHub

JSON Schema

spot-awscredentialsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AWSCredentialsRequest",
  "title": "AWSCredentialsRequest",
  "type": "object",
  "properties": {
    "credentials": {
      "type": "object",
      "properties": {
        "iamRole": {
          "type": "string",
          "description": "The ARN of the IAM role to use."
        }
      },
      "example": "example_value"
    }
  }
}