MonitorLocalResource class
Constructors
-
MonitorLocalResource({required Input<
String> identifier, required Input<String> type}) -
Creates a new MonitorLocalResource.
identifierThe identifier of the resource. For VPC resources, this is the VPC ARN.typeThe type of the resource. Valid values areAWS::EC2::VPC,AWS::EC2::Subnet,AWS::EC2::AvailabilityZone,AWS::EC2::Region, andAWS::EKS::Cluster.const -
MonitorLocalResource.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
identifier
→ Input<
String> -
The identifier of the resource. For VPC resources, this is the VPC ARN.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<
String> -
The type of the resource. Valid values are
AWS::EC2::VPC,AWS::EC2::Subnet,AWS::EC2::AvailabilityZone,AWS::EC2::Region, andAWS::EKS::Cluster.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