Name: AwsInfo

Represents AWS cloud destination information

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.repl.AwsInfo",
   "accessKey": <String>,
   "region": <String>,
   "secretKey": <String>,
   "sessionToken": <String>,
}

Elements
NameTypeDescription
sessionTokenxsd:stringSession token to connect to AWS

Attributes
NameTypeDescription
accessKeyxsd:stringAccess key to connect to AWS object store
regionxsd:stringRegion of AWS object store
secretKeyxsd:stringSecret key to connect to AWS object store