Module Values.CreateDomainNameAccessAssociationRequestSource

Creates a domain name access association resource between an access association source and a private custom domain name.

Sourcetype nonrec t = {
  1. domainNameArn : String_.t;
    (*

    The ARN of the domain name.

    *)
  2. accessAssociationSourceType : AccessAssociationSourceType.t;
    (*

    The type of the domain name access association source.

    *)
  3. accessAssociationSource : String_.t;
    (*

    The identifier of the domain name access association source. For a VPCE, the value is the VPC endpoint ID.

    *)
  4. tags : MapOfStringToString.t option;
    (*

    The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> domainNameArn:String_.t -> accessAssociationSourceType:AccessAssociationSourceType.t -> accessAssociationSource:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t