Module Values.CreateIdNamespaceAssociationInputSource

Creates an ID namespace association.

Sourcetype nonrec t = {
  1. membershipIdentifier : MembershipIdentifier.t;
    (*

    The unique identifier of the membership that contains the ID namespace association.

    *)
  2. inputReferenceConfig : IdNamespaceAssociationInputReferenceConfig.t;
    (*

    The input reference configuration needed to create the ID namespace association.

    *)
  3. tags : TagMap.t option;
    (*

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

    *)
  4. name : GenericResourceName.t;
    (*

    The name for the ID namespace association.

    *)
  5. description : ResourceDescription.t option;
    (*

    The description of the ID namespace association.

    *)
  6. idMappingConfig : IdMappingConfig.t option;
    (*

    The configuration settings for the ID mapping table.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?description:??? -> ?idMappingConfig:??? -> membershipIdentifier:MembershipIdentifier.t -> inputReferenceConfig:IdNamespaceAssociationInputReferenceConfig.t -> name:GenericResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of MembershipIdentifier.t | `Structure of (string * [> `Boolean of Boolean.t | `String of IdNamespaceAssociationInputReferenceArn.t ]) list ]) 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