GetEnabledStandardsStandardsSubscription constructor

const GetEnabledStandardsStandardsSubscription({
  1. required Input<String> standardsArn,
  2. required Input<String> standardsControlsUpdatable,
  3. required Input<Map<String, String>> standardsInputs,
  4. required Input<String> standardsStatus,
  5. required Input<List<GetEnabledStandardsStandardsSubscriptionStandardsStatusReason>> standardsStatusReasons,
  6. required Input<String> standardsSubscriptionArn,
})

Creates a new GetEnabledStandardsStandardsSubscription. standardsArn ARN of the standard. standardsControlsUpdatable Whether you can retrieve information about and configure individual controls that apply to the standard. Valid values: READY_FOR_UPDATES, NOT_READY_FOR_UPDATES. standardsInputs Key-value map of input for the standard. standardsStatus Status of your subscription to the standard. Valid values: PENDING, READY, FAILED, DELETING, INCOMPLETE. standardsStatusReasons Reason for the current status. See below for details. standardsSubscriptionArn ARN of the resource that represents your subscription to the standard.

Implementation

const GetEnabledStandardsStandardsSubscription({
  required this.standardsArn,
  required this.standardsControlsUpdatable,
  required this.standardsInputs,
  required this.standardsStatus,
  required this.standardsStatusReasons,
  required this.standardsSubscriptionArn,
});