mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
description: AWS Credentials Response
|
|
type: object
|
|
properties:
|
|
org:
|
|
description: Org name
|
|
readOnly: true
|
|
type: string
|
|
example: example-megapod
|
|
s3ProxyEnabled:
|
|
description: Enabled s3 proxy for VA's
|
|
readOnly: true
|
|
type: boolean
|
|
example: true
|
|
cookbook:
|
|
description: VA cookbook
|
|
readOnly: true
|
|
type: string
|
|
example: va-cookbook-info
|
|
awsId:
|
|
description: VA cookbook
|
|
readOnly: true
|
|
type: string
|
|
example: 1234
|
|
awsSessionToken:
|
|
description: Session token
|
|
readOnly: true
|
|
type: string
|
|
example: FwoGZXIvYXdzEC8aDDjLKabbNpuXhf3zdyKUBN
|
|
awsAccessKeyId:
|
|
description: Access Key Id
|
|
readOnly: true
|
|
type: string
|
|
example: ASIAV5E54XOG2ZY3FQM4
|
|
awsSecretAccessKey:
|
|
description: Secret Access Key
|
|
readOnly: true
|
|
type: string
|
|
example: fvTiyWJQWMW49EqSIQHuFNTHMnoWpSuPHrYn2PtT
|
|
awsExpiration:
|
|
description: An expiration date
|
|
readOnly: true
|
|
type: string
|
|
example: 2021-11-20T01:48:54.000Z
|
|
awsBucketName:
|
|
description: Bucket Name
|
|
readOnly: true
|
|
type: string
|
|
example: va-images
|