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. domain Name of the domain that is in scope for the generated authorization token. domainOwner Account number of the AWS account that owns the domain. durationSeconds Time, in seconds, that the generated authorization token is valid. Valid values are 0 and between 900 and 43200. region Region 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 0 and between 900 and 43200.
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