def allowed_name()

in modular_cli_sdk/client/ssm_client.py [0:0]


    def allowed_name(name: str) -> str:
        """
        Keeps only allowed symbols
        """
        return str(re.sub(SSM_NOT_AVAILABLE, '-', name))