DATASOURCE::GraphDatabase::Account is used to query the information about an account of a Graph Database (GDB) instance.
Syntax
{
"Type": "DATASOURCE::GraphDatabase::Account",
"Properties": {
"AccountName": String,
"DbInstanceId": String,
"RefreshOptions": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
AccountName | String | Yes | Yes | The account name. | None. |
DbInstanceId | String | Yes | Yes | The ID of the GDB instance. | None. |
RefreshOptions | String | No | Yes | The refresh policy for data source resources when the stack is updated. | Valid values:
|
Return values
Fn::GetAtt
AccountDescription: the account description of the GDB instance.
AccountType: the account type of the GDB instance.
AccountName: the account name of the GDB instance.