Module Values_2.AssociatedRoleSource

Information about the associated IAM roles.

Sourcetype nonrec t = {
  1. associatedRoleArn : Values_0.ResourceArn.t option;
    (*

    The ARN of the associated IAM role.

    *)
  2. certificateS3BucketName : Values_0.String_.t option;
    (*

    The name of the Amazon S3 bucket in which the Amazon S3 object is stored.

    *)
  3. certificateS3ObjectKey : Values_0.String_.t option;
    (*

    The key of the Amazon S3 object where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: role_arn/certificate_arn.

    *)
  4. encryptionKmsKeyId : Values_0.String_.t option;
    (*

    The ID of the KMS key used to encrypt the private key.

    *)
}
Sourceval make : ?associatedRoleArn:??? -> ?certificateS3BucketName:??? -> ?certificateS3ObjectKey:??? -> ?encryptionKmsKeyId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ResourceArn.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