Skip to content

/AWS1/CL_LOCCREATEMAPRESPONSE

CreateMapResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_MAPNAME TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME

The name of the map resource.

IV_MAPARN TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN

The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.

  • Format example: arn:aws:geo:region:account-id:map/ExampleMap

IV_CREATETIME TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP

The timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.


Queryable Attributes

MapName

The name of the map resource.

Accessible with the following methods

Method Description
GET_MAPNAME() Getter for MAPNAME, with configurable default
ASK_MAPNAME() Getter for MAPNAME w/ exceptions if field has no value
HAS_MAPNAME() Determine if MAPNAME has a value

MapArn

The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.

  • Format example: arn:aws:geo:region:account-id:map/ExampleMap

Accessible with the following methods

Method Description
GET_MAPARN() Getter for MAPARN, with configurable default
ASK_MAPARN() Getter for MAPARN w/ exceptions if field has no value
HAS_MAPARN() Determine if MAPARN has a value

CreateTime

The timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Accessible with the following methods

Method Description
GET_CREATETIME() Getter for CREATETIME, with configurable default
ASK_CREATETIME() Getter for CREATETIME w/ exceptions if field has no value
HAS_CREATETIME() Determine if CREATETIME has a value