WorkLink / Client / associate_domain

associate_domain#

WorkLink.Client.associate_domain(**kwargs)#

Specifies a domain to be associated to Amazon WorkLink.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.associate_domain(
    FleetArn='string',
    DomainName='string',
    DisplayName='string',
    AcmCertificateArn='string'
)
Parameters:
  • FleetArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the fleet.

  • DomainName (string) –

    [REQUIRED]

    The fully qualified domain name (FQDN).

  • DisplayName (string) – The name to display.

  • AcmCertificateArn (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions