allowResources

@JvmName(name = "mjqqrnjekgavscny")
suspend fun allowResources(value: Output<List<String>>)
@JvmName(name = "cymwbxgcrnorxdac")
suspend fun allowResources(value: List<String>)

Parameters

value

A list of allowed resource ARNs that a API key bearer can perform actions on.

  • The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type.

  • The resources must be in the same partition , region , and account-id as the key that is being created.

  • Other than wildcards, you must include the full ARN, including the arn , partition , service , region , account-id and resource-id delimited by colons (:).

  • No spaces allowed, even with wildcards. For example, arn:aws:geo:region: *account-id* :map/ExampleMap* . For more information about ARN format, see Amazon Resource Names (ARNs) .


@JvmName(name = "moyjoqbfwdmfnonn")
suspend fun allowResources(vararg values: Output<String>)


@JvmName(name = "dmmbksqwgovwdhyu")
suspend fun allowResources(values: List<Output<String>>)
@JvmName(name = "gbjkarpyqrbuivxh")
suspend fun allowResources(vararg values: String)

Parameters

values

A list of allowed resource ARNs that a API key bearer can perform actions on.

  • The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type.

  • The resources must be in the same partition , region , and account-id as the key that is being created.

  • Other than wildcards, you must include the full ARN, including the arn , partition , service , region , account-id and resource-id delimited by colons (:).

  • No spaces allowed, even with wildcards. For example, arn:aws:geo:region: *account-id* :map/ExampleMap* . For more information about ARN format, see Amazon Resource Names (ARNs) .