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
.PageSize
The maximum number of items to return with this call.
PageToken
The page token for the next set of results. To retrieve the first set of results, use null.
AcceptLanguage
The 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"
)