You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkLink::Types::AssociateDomainRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssociateDomainRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  fleet_arn: "FleetArn", # required
  domain_name: "DomainName", # required
  display_name: "DisplayName",
  acm_certificate_arn: "AcmCertificateArn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#acm_certificate_arnString

The ARN of an issued ACM certificate that is valid for the domain being associated.

Returns:

  • (String)

    The ARN of an issued ACM certificate that is valid for the domain being associated.

#display_nameString

The name to display.

Returns:

  • (String)

    The name to display.

#domain_nameString

The fully qualified domain name (FQDN).

Returns:

  • (String)

    The fully qualified domain name (FQDN).

#fleet_arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the fleet.