GetKeyPairArgs class
Arguments for getKeyPair. Arguments for getKeyPair.
Constructors
-
GetKeyPairArgs({Input<
List< ? filters, Input<GetKeyPairFilter> ?>bool?> ? includePublicKey, Input<String?> ? keyName, Input<String?> ? keyPairId, Input<String?> ? region, Input<Map< ? tags})String, String> ?> -
Creates a new GetKeyPairArgs.
filtersCustom filter block as described below.includePublicKeyWhether to include the public key material in the response.keyNameKey Pair name.keyPairIdKey Pair ID.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsAny tags assigned to the Key Pair.const -
GetKeyPairArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
filters
→ Input<
List< ?GetKeyPairFilter> ?> -
Custom filter block as described below.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includePublicKey
→ Input<
bool?> ? -
Whether to include the public key material in the response.
final
-
keyName
→ Input<
String?> ? -
Key Pair name.
final
-
keyPairId
→ Input<
String?> ? -
Key Pair ID.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Any tags assigned to the Key Pair.
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