Get Service Template
proton_get_service_template | R Documentation |
Get detailed data for a service template¶
Description¶
Get detailed data for a service template.
Usage¶
Arguments¶
name
[required] The name of the service template that you want to get detailed data for.
Value¶
A list with the following syntax:
list(
serviceTemplate = list(
arn = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
description = "string",
displayName = "string",
encryptionKey = "string",
lastModifiedAt = as.POSIXct(
"2015-01-01"
),
name = "string",
pipelineProvisioning = "CUSTOMER_MANAGED",
recommendedVersion = "string"
)
)