GetEnabledStandardsStandardsSubscription constructor
const
GetEnabledStandardsStandardsSubscription({
- required Input<
String> standardsArn, - required Input<
String> standardsControlsUpdatable, - required Input<
Map< standardsInputs,String, String> > - required Input<
String> standardsStatus, - required Input<
List< standardsStatusReasons,GetEnabledStandardsStandardsSubscriptionStandardsStatusReason> > - 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,
});