aws_emr_launch/constructs/emr_constructs/emr_profile.py [422:435]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ) -> "EMRProfile":
        if self._rehydrated:
            raise ReadOnlyEMRProfileError()

        if self._lake_formation_configuration is not None:
            raise LakeFormationEnabledError()

        self._kerberos_attributes_secret = kerberos_attributes_secret
        self._kerberos_configuration = {
            "Provider": "ExternalKdc",
            "ExternalKdcConfiguration": {
                "KdcServerType": "Single",
                "AdminServer": admin_server,
                "KdcServer": kdc_server,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws_emr_launch/constructs/emr_constructs/emr_profile.py [452:465]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ) -> "EMRProfile":
        if self._rehydrated:
            raise ReadOnlyEMRProfileError()

        if self._lake_formation_configuration is not None:
            raise LakeFormationEnabledError()

        self._kerberos_attributes_secret = kerberos_attributes_secret
        self._kerberos_configuration = {
            "Provider": "ExternalKdc",
            "ExternalKdcConfiguration": {
                "KdcServerType": "Single",
                "AdminServer": admin_server,
                "KdcServer": kdc_server,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



