def _create_instance()

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


    def _create_instance(self):
        return iam.CfnInstanceProfile(self,
            self._id + "cfn-instance-profile",
            roles=self._roles
        )