class Aws::WorkLink::Types::AssociateDomainRequest
@note When making an API call, you may pass AssociateDomainRequest
data as a hash: { fleet_arn: "FleetArn", # required domain_name: "DomainName", # required display_name: "DisplayName", acm_certificate_arn: "AcmCertificateArn", # required }
@!attribute [rw] fleet_arn
The Amazon Resource Name (ARN) of the fleet. @return [String]
@!attribute [rw] domain_name
The fully qualified domain name (FQDN). @return [String]
@!attribute [rw] display_name
The name to display. @return [String]
@!attribute [rw] acm_certificate_arn
The ARN of an issued ACM certificate that is valid for the domain being associated. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/worklink-2018-09-25/AssociateDomainRequest AWS API Documentation
Constants
- SENSITIVE