Class GetAuthorizationTokenArgs


  • public final class GetAuthorizationTokenArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • domain

        public com.pulumi.core.Output<java.lang.String> domain()
        Returns:
        The name of the domain that is in scope for the generated authorization token.
      • domainOwner

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> domainOwner()
        Returns:
        The account number of the AWS account that owns the domain.
      • durationSeconds

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> durationSeconds()
        Returns:
        The time, in seconds, that the generated authorization token is valid. Valid values are `0` and between `900` and `43200`.