awsAccess Schema #
undefined#/properties/postProcess/items/allOf/22/properties/params/properties/dataSource/oneOf/0/items/allOf/0/properties/awsAccess
AWS Access Credentials
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
awsAccess Type #
object
(awsAccess)
awsAccess Properties #
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
accessKeyId | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
secretAccessKey | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
sessionToken | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
roleArn | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
roleSessionName | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
externalId | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
durationSeconds | number |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
defaultProviders | boolean |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
endpoint | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
accessKeyId #
accessKeyId TODO
accessKeyId
- is optional
- type:
string
- cannot be null
- Unstructured type
secretAccessKey #
secretAccessKey TODO
secretAccessKey
- is optional
- type:
string
- cannot be null
- Unstructured type
sessionToken #
sessionToken TODO
sessionToken
- is optional
- type:
string
- cannot be null
- Unstructured type
roleArn #
roleArn TODO
roleArn
- is optional
- type:
string
- cannot be null
- Unstructured type
roleSessionName #
roleSessionName TODO
roleSessionName
- is optional
- type:
string
- cannot be null
- Unstructured type
externalId #
externalId TODO
externalId
- is optional
- type:
string
- cannot be null
- Unstructured type
durationSeconds #
durationSeconds TODO
durationSeconds
- is optional
- type:
number
- cannot be null
- Unstructured type
defaultProviders #
defaultProviders TODO
defaultProviders
- is optional
- type:
boolean
- cannot be null
- Unstructured type
endpoint #
endpoint TODO
endpoint
- is optional
- type:
string
- cannot be null
- Unstructured type