Module Values.IamRoleConfigurationSource

The proposed access control configuration for an IAM role. You can propose a configuration for a new IAM role or an existing IAM role that you own by specifying the trust policy. If the configuration is for a new IAM role, you must specify the trust policy. If the configuration is for an existing IAM role that you own and you do not propose the trust policy, the access preview uses the existing trust policy for the role. The proposed trust policy cannot be an empty string. For more information about role trust policy limits, see IAM and STS quotas.

Sourcetype nonrec t = {
  1. trustPolicy : IamTrustPolicy.t option;
    (*

    The proposed trust policy for the IAM role.

    *)
}
Sourceval make : ?trustPolicy:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IamTrustPolicy.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