auditmanager_start_assessment_framework_share {paws.management} | R Documentation |
Creates a share request for a custom framework in Audit Manager
Description
Creates a share request for a custom framework in Audit Manager.
See https://www.paws-r-sdk.com/docs/auditmanager_start_assessment_framework_share/ for full documentation.
Usage
auditmanager_start_assessment_framework_share(
frameworkId,
destinationAccount,
destinationRegion,
comment = NULL
)
Arguments
frameworkId |
[required] The unique identifier for the custom framework to be shared. |
destinationAccount |
[required] The Amazon Web Services account of the recipient. |
destinationRegion |
[required] The Amazon Web Services Region of the recipient. |
comment |
An optional comment from the sender about the share request. |
[Package paws.management version 0.9.0 Index]