Values.LogicalResourceIdSourceDefines a logical resource identifier.
type nonrec t = {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.
*)identifier : String255.t;Identifier of the resource.
*)logicalStackName : String255.t option;The name of the CloudFormation stack this resource belongs to.
*)resourceGroupName : EntityName.t option;The name of the resource group that this resource belongs to.
*)terraformSourceName : String255.t option;The name of the Terraform S3 state file this resource belongs to.
*)}val make :
?eksSourceName:??? ->
?logicalStackName:??? ->
?resourceGroupName:??? ->
?terraformSourceName:??? ->
identifier:String255.t ->
unit ->
t