Package co.cloudcraft.model
Class AwsAccount
java.lang.Object
co.cloudcraft.model.CloudcraftObject
co.cloudcraft.model.AwsAccount
Data object representing AWS account registered with Cloudcraft.
-
Field Summary
Fields inherited from class co.cloudcraft.model.CloudcraftObject
eTag, GSON, PRETTY_PRINT_GSON, serialVersionUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanReturns when the user account was last updated.Cloudcraft issued identifier of the user that registered this account.An external ID to uniquely associate with the role.getId()Cloudcraft issued unique identifier.getName()Human readable name for the AWS accountString[]List of teams or customers with read access.The ARN of the read-only IAM Role created in your AWS account for Cloudcraft.Returns when the user last access Cloudcraft.String[]List of teams or customers with write access.inthashCode()toString()Methods inherited from class co.cloudcraft.model.CloudcraftObject
convertDateStringToInstant, getETag, prettyPrint, setETag, toJson
-
Constructor Details
-
AwsAccount
-
-
Method Details
-
getCreatedTime
Returns when the user account was last updated.- Returns:
- updated time in milliseconds since epoch.
-
getUpdatedTime
Returns when the user last access Cloudcraft.- Returns:
- last accessed time in milliseconds since epoch.
-
getId
Cloudcraft issued unique identifier. -
getName
Human readable name for the AWS account -
getRoleArn
The ARN of the read-only IAM Role created in your AWS account for Cloudcraft. For instructions on creating the role, please see the "AWS Accounts" dialog in the web application. -
getExternalId
An external ID to uniquely associate with the role. For the purposes of the Developer API, the IAM Role must be created with the unique external ID value of the person who generated the API key being used. -
getReadAccess
List of teams or customers with read access. -
getWriteAccess
List of teams or customers with write access. -
getCreatorId
Cloudcraft issued identifier of the user that registered this account. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-