/dhall-aws-cloudformation/cloudformation/AWS::EKS::PodIdentityAssociation/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ ClusterName : (./../../Fn.dhall).CfnText
, Namespace : (./../../Fn.dhall).CfnText
, RoleArn : (./../../Fn.dhall).CfnText
, ServiceAccount : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default.Tags = None (List (./../Tag.dhall).Type)
}