Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ properties:
details:
type: object
required:
- auth
- integration_id
- volume
properties:
auth:
$ref: "./SourceAwsEbsAuth.yml"
integration_id:
description: >
The ID of an AWS EBS integration for authentication.
$ref: ../../../../ID.yml
volume:
$ref: "./SourceAwsEbsRef.yml"
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
title: SourceAwsEbsRef
type: object
description: Reference to the specific EBS volume to attach.
required:
- volume_id
properties:
volume_id:
type: string
description: >
The EBS volume ID (for example, "vol-0abcd1234ef567890").
The EBS volume ID (for example, "vol-0abcd1234ef567890"). If left blank, the option `create` should be set on the external volume so that an ID is automatically assigned.
az:
type: string
description: >
Expand Down
Loading