/AWS1/CL_SDYSERVICEATTRIBUTES¶
A complex type that contains information about attributes associated with a specific service.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_servicearn
TYPE /AWS1/SDYARN
/AWS1/SDYARN
¶
The ARN of the service that the attributes are associated with.
iv_resourceowner
TYPE /AWS1/SDYAWSACCOUNTID
/AWS1/SDYAWSACCOUNTID
¶
The ID of the Amazon Web Services account that created the namespace with which the service is associated. If this isn't your account ID, it is the ID of the account that shared the namespace with your account. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.
it_attributes
TYPE /AWS1/CL_SDYSERVICEATTRSMAP_W=>TT_SERVICEATTRIBUTESMAP
TT_SERVICEATTRIBUTESMAP
¶
A string map that contains the following information for the service that you specify in
ServiceArn
:
The attributes that apply to the service.
For each attribute, the applicable value.
You can specify a total of 30 attributes.
Queryable Attributes¶
ServiceArn¶
The ARN of the service that the attributes are associated with.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICEARN() |
Getter for SERVICEARN, with configurable default |
ASK_SERVICEARN() |
Getter for SERVICEARN w/ exceptions if field has no value |
HAS_SERVICEARN() |
Determine if SERVICEARN has a value |
ResourceOwner¶
The ID of the Amazon Web Services account that created the namespace with which the service is associated. If this isn't your account ID, it is the ID of the account that shared the namespace with your account. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCEOWNER() |
Getter for RESOURCEOWNER, with configurable default |
ASK_RESOURCEOWNER() |
Getter for RESOURCEOWNER w/ exceptions if field has no value |
HAS_RESOURCEOWNER() |
Determine if RESOURCEOWNER has a value |
Attributes¶
A string map that contains the following information for the service that you specify in
ServiceArn
:
The attributes that apply to the service.
For each attribute, the applicable value.
You can specify a total of 30 attributes.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTRIBUTES() |
Getter for ATTRIBUTES, with configurable default |
ASK_ATTRIBUTES() |
Getter for ATTRIBUTES w/ exceptions if field has no value |
HAS_ATTRIBUTES() |
Determine if ATTRIBUTES has a value |