def __init__()

in rstudio_fargate/rstudio/ses/ses_custom_resource.py [0:0]


    def __init__(
        self,
        scope: core.Construct,
        id: str,
        email_from: str,
        email_to: str,
        secret_arn: str,
        subject: str,
        message: str,
        region: str,
        account_id: str,
        counter: int,
        instance: str,
        rstudio_user_key_alias: str,
        **kwargs,