class Aws::WorkLink::Types::AssociateWebsiteCertificateAuthorityRequest

@note When making an API call, you may pass AssociateWebsiteCertificateAuthorityRequest

data as a hash:

    {
      fleet_arn: "FleetArn", # required
      certificate: "Certificate", # required
      display_name: "DisplayName",
    }

@!attribute [rw] fleet_arn

The ARN of the fleet.
@return [String]

@!attribute [rw] certificate

The root certificate of the CA.
@return [String]

@!attribute [rw] display_name

The certificate name to display.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/worklink-2018-09-25/AssociateWebsiteCertificateAuthorityRequest AWS API Documentation

Constants

SENSITIVE