GetKeyPairArgs class

Arguments for getKeyPair. Arguments for getKeyPair.

Constructors

GetKeyPairArgs({Input<List<GetKeyPairFilter>?>? filters, Input<bool?>? includePublicKey, Input<String?>? keyName, Input<String?>? keyPairId, Input<String?>? region, Input<Map<String, String>?>? tags})
Creates a new GetKeyPairArgs. filters Custom filter block as described below. includePublicKey Whether to include the public key material in the response. keyName Key Pair name. keyPairId Key Pair ID. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Any 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
tags → Input<Map<String, String>?>?
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