GetEnabledStandardsStandardsSubscription class
Constructors
-
GetEnabledStandardsStandardsSubscription({required Input<
String> standardsArn, required Input<String> standardsControlsUpdatable, required Input<Map< standardsInputs, required Input<String, String> >String> standardsStatus, required Input<List< standardsStatusReasons, required Input<GetEnabledStandardsStandardsSubscriptionStandardsStatusReason> >String> standardsSubscriptionArn}) -
Creates a new GetEnabledStandardsStandardsSubscription.
standardsArnARN of the standard.standardsControlsUpdatableWhether you can retrieve information about and configure individual controls that apply to the standard. Valid values:READY_FOR_UPDATES,NOT_READY_FOR_UPDATES.standardsInputsKey-value map of input for the standard.standardsStatusStatus of your subscription to the standard. Valid values:PENDING,READY,FAILED,DELETING,INCOMPLETE.standardsStatusReasonsReason for the current status. See below for details.standardsSubscriptionArnARN of the resource that represents your subscription to the standard.const -
GetEnabledStandardsStandardsSubscription.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
standardsArn
→ Input<
String> -
ARN of the standard.
final
-
standardsControlsUpdatable
→ Input<
String> -
Whether you can retrieve information about and configure individual controls that apply to the standard. Valid values:
READY_FOR_UPDATES,NOT_READY_FOR_UPDATES.final -
standardsInputs
→ Input<
Map< String, String> > -
Key-value map of input for the standard.
final
-
standardsStatus
→ Input<
String> -
Status of your subscription to the standard. Valid values:
PENDING,READY,FAILED,DELETING,INCOMPLETE.final -
standardsStatusReasons
→ Input<
List< GetEnabledStandardsStandardsSubscriptionStandardsStatusReason> > -
Reason for the current status. See below for details.
final
-
standardsSubscriptionArn
→ Input<
String> -
ARN of the resource that represents your subscription to the standard.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited