GetMapResult

data class GetMapResult(val arn: String? = null, val createTime: String? = null, val description: String? = null, val mapArn: String? = null, val pricingPlan: MapPricingPlan? = null, val tags: List<Tag>? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createTime: String? = null, description: String? = null, mapArn: String? = null, pricingPlan: MapPricingPlan? = null, tags: List<Tag>? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val createTime: String? = null

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

Link copied to clipboard
val description: String? = null

An optional description for the map resource.

Link copied to clipboard
val mapArn: String? = null

Synonym for Arn . The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS .

Link copied to clipboard

No longer used. If included, the only allowed value is RequestBasedUsage . Allowed Values : RequestBasedUsage

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val updateTime: String? = null

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