Values.CreateMembershipRequestSourceCreates a new membership.
type nonrec t = {clientToken : CreateMembershipRequestClientTokenString.t option;The clientToken field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided.
*)membershipName : MembershipName.t;Required element used in combination with CreateMembership to create a name for the membership.
*)incidentResponseTeam : IncidentResponseTeam.t;Required element used in combination with CreateMembership to add customer incident response team members and trusted partners to the membership.
*)optInFeatures : OptInFeatures.t option;Optional element to enable the monitoring and investigation opt-in features for the service.
*)coverEntireOrganization : Boolean.t option;The coverEntireOrganization parameter is a boolean flag that determines whether the membership should be applied to the entire Amazon Web Services Organization. When set to true, the membership will be created for all accounts within the organization. When set to false, the membership will only be created for specified accounts. This parameter is optional. If not specified, the default value is false. If set to true: The membership will automatically include all existing and future accounts in the Amazon Web Services Organization. If set to false: The membership will only apply to explicitly specified accounts.
*)}val make :
?clientToken:??? ->
?optInFeatures:??? ->
?tags:??? ->
?coverEntireOrganization:??? ->
membershipName:MembershipName.t ->
incidentResponseTeam:IncidentResponseTeam.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `Enum of string ] list
| `String of IncidentResponderName.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of CreateMembershipRequestClientTokenString.t ])
list ]