AwsTag¶
Detailed information about an AWS tag.
Complete reference
This is a complete reference for the AwsTag
struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:
Embedded properties¶
These are the attributes embedded within each instance of the AwsTag
struct in an asset:
awsTagKey
Key of the AWS tag. | |
---|---|
1 2 |
|
-
Set the
awsTagKey
for aAwsTag
. -
Retrieve the
awsTagKey
from aAwsTag
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
awsTagValue
Value for the AWS tag. | |
---|---|
1 2 |
|
-
Set the
awsTagValue
for aAwsTag
. -
Retrieve the
awsTagValue
from aAwsTag
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
awsTagKey
Key of the AWS tag. | |
---|---|
1 2 3 4 5 |
|
-
Set the
awsTagKey
for aAwsTag
.For more details
For more information, see the asset CRUD snippets.
awsTagValue
Value for the AWS tag. | |
---|---|
1 2 3 4 5 |
|
-
Set the
awsTagValue
for aAwsTag
.For more details
For more information, see the asset CRUD snippets.