50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: compute alpha AWSV4Signature export schema
|
|
description: A gcloud export/import command YAML validation schema.
|
|
type: object
|
|
additionalProperties: false
|
|
properties:
|
|
COMMENT:
|
|
type: object
|
|
description: User specified info ignored by gcloud import.
|
|
additionalProperties: false
|
|
properties:
|
|
template-id:
|
|
type: string
|
|
region:
|
|
type: string
|
|
description:
|
|
type: string
|
|
date:
|
|
type: string
|
|
version:
|
|
type: string
|
|
UNKNOWN:
|
|
type: array
|
|
description: Unknown API fields that cannot be imported.
|
|
items:
|
|
type: string
|
|
accessKey:
|
|
description: |-
|
|
The access key used for s3 bucket authentication. Required for updating or
|
|
creating a backend that uses AWS v4 signature authentication, but will not
|
|
be returned as part of the configuration when queried with a REST API GET
|
|
request. @InputOnly
|
|
type: string
|
|
accessKeyId:
|
|
description: |-
|
|
The identifier of an access key used for s3 bucket authentication.
|
|
type: string
|
|
accessKeyVersion:
|
|
description: |-
|
|
The optional version identifier for the access key. You can use this to
|
|
keep track of different iterations of your access key.
|
|
type: string
|
|
originRegion:
|
|
description: |-
|
|
The name of the cloud region of your origin. This is a free- form field
|
|
with the name of the region your cloud uses to host your origin. For
|
|
example, "us-east-1" for AWS or "us-ashburn-1" for OCI.
|
|
type: string
|