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,
|
ProvisioningArtifactId |
[required] The identifier of the provisioning artifact. For
example, |
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.
|
Value¶
A list with the following syntax:
list(
ServiceActionSummaries = list(
list(
Id = "string",
Name = "string",
Description = "string",
DefinitionType = "SSM_AUTOMATION"
)
),
NextPageToken = "string"
)
Request syntax¶
svc$list_service_actions_for_provisioning_artifact(
ProductId = "string",
ProvisioningArtifactId = "string",
PageSize = 123,
PageToken = "string",
AcceptLanguage = "string"
)