InputSecurityGroup class
An Input Security Group
Constructors
-
InputSecurityGroup({String? arn, String? id, List<
String> ? inputs, InputSecurityGroupState? state, Map<String, String> ? tags, List<InputWhitelistRule> ? whitelistRules}) -
InputSecurityGroup.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
Unique ARN of Input Security Group
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The Id of the Input Security Group
final
-
inputs
→ List<
String> ? -
The list of inputs currently using this Input Security Group.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → InputSecurityGroupState?
-
The current state of the Input Security Group.
final
-
A collection of key-value pairs.
final
-
whitelistRules
→ List<
InputWhitelistRule> ? -
Whitelist rules and their sync status
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited