infra/api_stack.py [117:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                ],
                resources=[
                    "arn:aws:sagemaker:{}:{}:endpoint/{}*".format(
                        self.region, self.account, endpoint_prefix
                    )
                ],
            )
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



infra/api_stack.py [164:171]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                ],
                resources=[
                    "arn:aws:sagemaker:{}:{}:endpoint/{}*".format(
                        self.region, self.account, endpoint_prefix
                    )
                ],
            )
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



