List Service Actions for Provisioning Artifact
| servicecatalog_list_service_actions_for_provisioning_artifact | R Documentation |
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID¶
Description¶
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
Usage¶
servicecatalog_list_service_actions_for_provisioning_artifact(ProductId,
ProvisioningArtifactId, PageSize, PageToken, AcceptLanguage)
Arguments¶
ProductId[required] The product identifier. For example,
prod-abcdzk7xy33qa.ProvisioningArtifactId[required] The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne.PageSizeThe maximum number of items to return with this call.
PageTokenThe page token for the next set of results. To retrieve the first set of results, use null.
AcceptLanguageThe language code.
jp- Japanesezh- Chinese
Value¶
A list with the following syntax:
list(
ServiceActionSummaries = list(
list(
Id = "string",
Name = "string",
Description = "string",
DefinitionType = "SSM_AUTOMATION"
)
),
NextPageToken = "string"
)