GetAuthorizationTokenArgs class
Arguments for getAuthorizationToken. Arguments for getAuthorizationToken.
Constructors
-
GetAuthorizationTokenArgs({required Input<
String> domain, Input<String?> ? domainOwner, Input<int?> ? durationSeconds, Input<String?> ? region}) -
Creates a new GetAuthorizationTokenArgs.
domainName of the domain that is in scope for the generated authorization token.domainOwnerAccount number of the AWS account that owns the domain.durationSecondsTime, in seconds, that the generated authorization token is valid. Valid values are0and between900and43200.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.const -
GetAuthorizationTokenArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
domain
→ Input<
String> -
Name of the domain that is in scope for the generated authorization token.
final
-
domainOwner
→ Input<
String?> ? -
Account number of the AWS account that owns the domain.
final
-
durationSeconds
→ Input<
int?> ? -
Time, in seconds, that the generated authorization token is valid. Valid values are
0and between900and43200.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
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
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