Module Values.LogicalResourceIdSource

Defines a logical resource identifier.

Sourcetype nonrec t = {
  1. eksSourceName : String255.t option;
    (*

    Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to. This parameter accepts values in "eks-cluster/namespace" format.

    *)
  2. identifier : String255.t;
    (*

    Identifier of the resource.

    *)
  3. logicalStackName : String255.t option;
    (*

    The name of the CloudFormation stack this resource belongs to.

    *)
  4. resourceGroupName : EntityName.t option;
    (*

    The name of the resource group that this resource belongs to.

    *)
  5. terraformSourceName : String255.t option;
    (*

    The name of the Terraform S3 state file this resource belongs to.

    *)
}
Sourceval context_ : string
Sourceval make : ?eksSourceName:??? -> ?logicalStackName:??? -> ?resourceGroupName:??? -> ?terraformSourceName:??? -> identifier:String255.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String255.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