Name: TceDeploymentAccount

Cloud access credentials with region used by Tce workflows
Sample inputs:
  1. Request cloud resource list:

    Data Structure
    {
       "typeId": "com.tintri.api.rest.v310.dto.domain.TceDeploymentAccount",
       "accountId": <String>,
       "awsInfo": AwsInfo,
    }
    

    Elements
    NameTypeDescription
    awsInfoAwsInfoAWS Info credentials to include accessKey, secretKey, region, and optionally sessionToken

    Attributes
    NameTypeDescription
    accountIdxsd:stringKey to AwsInfo

    Input

    Output