class Aws::AuditManager::Types::CreateAssessmentFrameworkRequest
@note When making an API call, you may pass CreateAssessmentFrameworkRequest
data as a hash: { name: "FrameworkName", # required description: "FrameworkDescription", compliance_type: "ComplianceType", control_sets: [ # required { name: "ControlSetName", # required controls: [ { id: "UUID", }, ], }, ], tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] name
The name of the new custom framework. @return [String]
@!attribute [rw] description
An optional description for the new custom framework. @return [String]
@!attribute [rw] compliance_type
The compliance type that the new custom framework supports, such as CIS or HIPAA. @return [String]
@!attribute [rw] control_sets
The control sets to be associated with the framework. @return [Array<Types::CreateAssessmentFrameworkControlSet>]
@!attribute [rw] tags
The tags associated with the framework. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateAssessmentFrameworkRequest AWS API Documentation
Constants
- SENSITIVE