SubnetCidrReservationState class

Input properties used for looking up and filtering SubnetCidrReservation resources.

Constructors

SubnetCidrReservationState({Input<String?>? cidrBlock, Input<String?>? description, Input<String?>? ownerId, Input<String?>? region, Input<String?>? reservationType, Input<String?>? subnetId})
Creates a new SubnetCidrReservationState. cidrBlock The CIDR block for the reservation. description A brief description of the reservation. ownerId ID of the AWS account that owns this CIDR reservation. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. reservationType The type of reservation to create. Valid values: explicit, prefix subnetId The ID of the subnet to create the reservation for.
const
SubnetCidrReservationState.fromMap(Map<String, dynamic> map)
factory

Properties

cidrBlock → Input<String?>?
The CIDR block for the reservation.
final
description → Input<String?>?
A brief description of the reservation.
final
hashCode int
The hash code for this object.
no setterinherited
ownerId → Input<String?>?
ID of the AWS account that owns this CIDR reservation.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
reservationType → Input<String?>?
The type of reservation to create. Valid values: explicit, prefix
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetId → Input<String?>?
The ID of the subnet to create the reservation for.
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