in infra/cicd_construct.py [0:0]
def __init__(
self,
scope: Construct,
construct_id: str,
seed_bucket_name: str,
seed_object_key: str,
project_bucket: s3.Bucket,
sm_studio_user_role: iam.Role,
project_name: str,
project_id: str,
sns_topic: sns.Topic,
roles: Dict[str, iam.Role] = None,
**kwargs,