def profile_arn()

in batch_job_cdk/constructs/instance_profile.py [0:0]


    def profile_arn(self):
        if self._instance is None:
            self._instance = self._create_instance()
        return self._instance.attr_arn