Creates a share request for a custom framework in Audit Manager
Source:R/auditmanager_operations.R
auditmanager_start_assessment_framework_share.RdCreates 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.